File Upload multiple files in asp.net (similar to gmail)
Posted
by superstar
on Stack Overflow
See other posts from Stack Overflow
or by superstar
Published on 2010-04-22T03:01:09Z
Indexed on
2010/04/22
3:13 UTC
Read the original article
Hit count: 511
Hi Guys, I need suggestions with regards to the multiple file upload using File Upload control in asp.net(along with C#).
I have a File Upload Control, so i click the 'Browse' button and when i select a file from the select file dialog, i want the file to be shown as a link below the File Upload Control( somewhat similar to gmail). This file should be seen such a way that it can be deleted, if i wanted to. And also i should be able to upload another file from the File Upload control. All these files should be uploaded to a location when i use a button click event in the end.
I think i have made myself clear. Any Suggestions are really helpful. Thanks.
© Stack Overflow or respective owner