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 can we get the state of the requested process? : asp.net ajax
What is the purpose of xmlhttprequest?
Can I use asp.net ajax with any other technology apart from asp.net?
What are synchronous and asynchronous ajax requests?
Is it possible to use fileupload control within the update panel?
Won't my server-side framework provide me with ajax?
How can javascript be debugged?
What are the benefits of ajax?
Which request is better with ajax, get or post?
What are the properties of xmlhttprequest?
Is the server or the client in control in ajax?
Can we call server-side code from javascript? : asp.net ajax
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
What parts of the html_ajax api are stable?
What javascript libraries and frameworks are available?