Image upload in ASP.net
Please Help out Here.. I want to upload images to directory, say Images. i want that the file upload control should only accept images file and also it show display me a message sayin "file is being uplaoded please wait". and after the file is uploaded it should display "file uploaded Successfully.
SUNIL GUTTAPosted Apr 28, 2013, 4:09 AM
just simple as it looks ..
Use Fileupload.postedfile.ContentType=="[required format u need]";
Then after we have to use
AJAX "update progress bar " control & place label on to it & name it . when file getting uploaded the required text i.e u needed 'file is uploading ' will be displayed , once uploading is done the text gets disappears & page will redirect to page you required with required text or else you can make use of visible option on top of label on same page:)
Ty
Satyapriya NayakPosted Apr 26, 2013, 12:27 PM