This is a migrated thread and some comments may be shown as answers.

Determine control name that calls custom HttpHandler?

1 Answer 33 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ric
Top achievements
Rank 1
Ric asked on 31 Oct 2013, 07:15 PM
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

Sort by
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.
Tags
AsyncUpload
Asked by
Ric
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or