I can’t upload a file with asynchronous ajax but can I with the synchronous method ? I searched and found nothing about it.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can not with pure Ajax. However, there are many hidden IFRAME based solutions that mimic the exact behavior. Here is one example: http://www.openjs.com/articles/ajax/ajax_file_upload/
UPDATE
Here is another implemented as a jQuery plugin:
http://www.phpletter.com/Demo/AjaxFileUpload-Demo/