Hi,
I'm creating many uploaders dynamically in code behind to upload multiple files.
The reasons for doing this and not 1 uploader for multiple files, are:
1) Using an ajax form with many update panels
2) It's necessary to know which file belongs to wich uploader, as the file will be used for a different purpose. I cannot rely on any information from the file itself like name, extension or size to identify its use.
The problem with FileUploaded event args (UploaderEventArgs) is that I cannot fetch the ID of the control.
Any ideas?
Regards,
Francisco