I have a html5 page and need to upload a image file on some server path and want to show the uploaded file back on the page. I have used jquery to read the file path and using the ajax tried to call a handler. But we are not able to read the full file path in jquery.
If used the tag and put the file input type in it and on its post call the handler then we are able to read the file path using context.Request.Files["ID"] and save but not able to show the uploaded file on html page.
Can any body please suggest how to uplaod the file using html File input type
Thanks supriya