Can anyone have called any custom method at server side after the file uploaded. I need to do call one custom event after I upload a file in the image manager of radeditor.
Any help will be obliged.
Hrushikesh Patel
1 Answer, 1 is accepted
0
Ianko
Telerik team
answered on 15 Nov 2013, 07:06 AM
Hello Hrushikesh,
The current implementation of the File Browser dialogs uses the RadUpload control, which does not have a corresponding event that could help you for your customization.
I can suggest customizing these built-in dialogs and changing the current upload control with the RadAjaxUpload one, with which you can successfully use its OnFileUploaded event.
Please follow these materials to achieve the desired functionality:
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.