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
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.