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
The components in the asp.net 2.0 ajax packaging?
Which are the trigger types that we find in update panel?
what are difference between server-side ajax framework and client-side ajax framework?
How do we create a thread to do ajax polling?
What are ajax limitations?
How do I handle concurrent ajax requests?
What exactly is the w3c dom?
Is json is a programming language?
What is the difference between javascript and ajax?
Is ajax still in use?
What are the different ways to pass parameters to the server? : asp.net ajax
Describe the process and benefits of using the always visible control extender?
What is synchronous request in ajax?
How we can send more values through the response text?
Does ajax have the same meaning as xmlhttprequest?