![]()
#JavaScript #File_Upload #Ajax #iFrame
Ajax File Upload: Ajax File upload with iFrame. Hidden iFrame FileuploadFile uploading using AJAX is not possible. AJAX doesn't actually post forms to the server, it sends selected data to the server in the form of a POST or GET request. As javascript is not capable of grabbing the file from the users machine and sending it to the server, it's just not possible with AJAX.
Posted Link in Programming