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

Drag And Drop & FileUploaded event

1 Answer 35 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
ghini
Top achievements
Rank 2
ghini asked on 15 May 2017, 08:12 AM

Hi,
is there a way to fire the FileUploaded server-side event after using drag and drop?

I have to save the file to a given folder and I would like to use the SaveAs.

Thaks!

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 May 2017, 03:33 PM
Hi,

One option to achieve such functionality is to subscribe to the OnClientFilesUploaded event and trigger a postback(e.g. using __doPostBack()) in the OnClientFilesUploaded event handler.

Let me know if that fits your case or if you have any other questions.

Regards,
Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
AsyncUpload
Asked by
ghini
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or