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
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
What is the asp.net ajax framework?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
Explain the limitations of ajax? : asp.net ajax
Who is using ajax?
What is the use of the scriptmanager control in ajax? : asp.net ajax
Can ajax technology work on web servers other than iis?
What are ajax controls?
What does the dynamicpopulateextender control do? : asp.net ajax
How can you find out that an ajax request has been completed? : asp.net ajax
Describe the ajax design pattern.
What is a simple example of where a ajax request would be used?
Is ajax a browser-dependent or a browser-independent script?
What are the advantages and disadvantages of ajax?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?