TypeError: ‘append’ called on an object that does not implement interface FormData.

By | May 21, 2018

I m getting the below error while executting the ajax call with FormData

TypeError: ‘append’ called on an object that does not implement interface FormData.

Present code Looks like as below

Solution:Please add the below lines of code in the ajax request
processData: false