Is it possible to upload a file using Ajax ? Reason
Answer Posted / mt
Using the Jquery AjaxSubmit funtion, we can umpload the image.
Using this we dont need to pass the variables,
Add jquery.form.js in u r page
$JQ_Obj('#Form_name').ajaxSubmit(options);
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the components of the asp.net ajax architecture? : asp.net ajax
What javascript libraries and frameworks are available?
Explain the need of the timer control in ajax? : asp.net ajax
Is it true that the ajax application are much better than the classical internet applications?
What is the importance of client-side libraries? : asp.net ajax
Are there usability issues with ajax?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
What is ajax method?
Does ajax have the same meaning as xmlhttprequest?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
Can you list some examples of ajax-based applications?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
Why is html_ajax having stability issues on some installations?
What is the name of the dll that contains the ajax control toolkit?
Describe Ajax With its Implementation Process ? Give an example?