I am relatively new to jQuery and Ajax functions, but have been working with Ajax forms over the past few days. I have come to a problem with file uploads however when tryin
Try with this:
var formData = $('form.upload-form').serialize();