how can i upload a file uisng <input type="file"> html tag and upload to server.
I hav to call a method "Image/SaveThumbnail" . What this method does is , it returns a json of the format
"status":"true",
"fileUrl":"the url of the saved location"
The server method is already working and now i want to call this & process the response on IE browser. I use XMLHttpRequest , but that is not working on IE browser. So how can i do this ? any sample code is there or a sample application ?
JIBIN MATHEW
Member
61 Points
55 Posts
Upload file from form and proces sthe response via ajax
Feb 29, 2012 10:17 AM|LINK
Hi
how can i upload a file uisng <input type="file"> html tag and upload to server.
I hav to call a method "Image/SaveThumbnail" . What this method does is , it returns a json of the format
"status":"true",
"fileUrl":"the url of the saved location"
The server method is already working and now i want to call this & process the response on IE browser. I use XMLHttpRequest , but that is not working on IE browser. So how can i do this ? any sample code is there or a sample application ?