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
Add these two parameters in your AJAX to solve your problem:
processData: false, contentType: false,