Is it possible to upload a file using Ajax ? Reason
Answer Posted / jay
reason why you cant (actually you can, if you specifically
set that option in Firefox) upload by just using AJAX is
that if it was possible, some malicious code could be
sending any files through ajax from your disk without your
knowledge, which would be a huge security issue.
isntead, you're using FORM posting for that.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How ajax work ?
Do I really need to learn javascript before ajax?
How do we get the xmlhttprequest object in ajax?
What are the important methods of xmlhttprequest?
Should I use xml or text, javascript, or html as a return type?
What are different readystate in ajax?
How to use ajax in updateprogress control?
What is the xmlhttprequest object in ajax?
What is the difference between synchronous and asynchronous requests?
What is the purpose of xmlhttprequest?
Is it true that the ajax application are much better than the classical internet applications?
What javascript libraries and frameworks are available?
Describe the ajax design pattern.
Can I use ajax with seam?
What are the components of the asp.net ajax architecture? : asp.net ajax