I have two asyncupload controls on one page, each calls the same custom "FileHandler" which uploads the file to a database. How can I determine the ID of the asyncupload control that calls the handler from within the handler process code?
1 Answer, 1 is accepted
0
Peter Filipov
Telerik team
answered on 01 Nov 2013, 09:12 AM
Hi Ric,
You could handle the OnClientFileUploading event and attach query string parameters to the request. Please review the following help article how it should be implemented.
Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.