Rank: Advanced Member Groups: Member
Joined: 8/25/2007 Posts: 34
|
I have a gridview where employees need to upload PDF files for between 3 and 20 different rows, but I need to associate the files to the gridview item. My goal is this:
Have a browse item in each row of the gridview Have a single upload button at the bottom with a single progress bar Have them click the upload button and upload all files at once, then execute server side event and callback page Associate each uploadcontrol with a databound item or row of the gridview.
Is this possible? If so what syntax do I use for the template item in the gridview?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Versile,
I do not think what you described is possible. While AJAXUploader supports multi files, it can not spam the file browse button into multiple rows of a GridView. Nevertheless this is definitely an very interesting scenario and we will keep a note and see if we can support it in our future release.
Thanks
|