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
What are the basic controls in asp.net ajax?
Can we call server-side code from javascript? : asp.net ajax
Briefly describe asp.net ajax framework? : asp.net ajax
Does this mean adaptive path is anti-flash?
What are the different ways to pass parameters to the server? : asp.net ajax
How can we make a mashup with java by accessing other domains data?
What are ajax limitations?
Is the server or the client in control in ajax?
what are difference between server-side ajax framework and client-side ajax framework?
What will happen with click of browser "back" button among asynchronous requests?
Describe ajax control extender toolkit? : asp.net ajax
What is asynchronous request in ajax?
How do I send an image using ajax?
Why do we use ajax?
How to create an ajax website using visual studio?