I am trying to upload a file using jQuery\'s $.ajax function but didn\'t get any output. Somebody please help me to solve this. I don\'t know if this script is
$.ajax
Ajax supports File upload using FormData Object, Also supports in all major browser except IE8/9 See below
https://developer.mozilla.org/en-US/docs/Web/API/FormData