In my application i have a gridview for uploading files. In that grid a single row can have multiple file upload. How can I do that? The wire frames of that page is looks like as follows
In the above screen multiple documents comes from multiple file uploads. How can i do that?
shubhadeepch...
Member
29 Points
44 Posts
Need to add multiple rows with multiple file upload in single row in the grid view.
Feb 08, 2013 11:56 AM|LINK
In my application i have a gridview for uploading files. In that grid a single row can have multiple file upload. How can I do that? The wire frames of that page is looks like as follows
In the above screen multiple documents comes from multiple file uploads. How can i do that?
funluckykitt...
Participant
1470 Points
1550 Posts
Re: Need to add multiple rows with multiple file upload in single row in the grid view.
Feb 09, 2013 12:28 AM|LINK
Give this video a watch http://www.asp.net/web-forms/videos/how-do-i/how-do-i-multiple-file-uploads-in-aspnet-2 or view this article online.. http://geekswithblogs.net/QuandaryPhase/archive/2009/10/02/asp.net-multiple-file-uploading.aspx both helped me with uploading files.
Best of luck.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Need to add multiple rows with multiple file upload in single row in the grid view.
Feb 10, 2013 12:52 AM|LINK
Hi,
You need to put the FileUpLoad control in the ItemTemplate of the Template Field.
For more you can download the sample for totally free here to see Multiple - Uploading:
http://www.codeproject.com/Articles/15742/Multiple-File-Upload-With-Progress-Bar-Using-Flash