I\'m Trying to upload image on with jquery and ajax. But weird thing happened here. In console Log its showing
TypeError: \'append\' called on an obj
Just edit your line:
var postData = new FormData(this);
to:
var postData = new FormData($(this));