1) Is there a way to do an automatic post-back when files finish uploading without the user having to click on a button? I am trying to save uploaded file information to database for further processing. The event doe not seem to be firing.
Then the server OnFileUploaded event should be fired.
Regards,
Hristo Valyavicharski
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
Hello, I need the same thing. My scenario(1) is multiple file upload and save to Database. I have added OnClientFileUploaded event. but in my case if I select 10 files at a time, only 1 or 2 file is getting uploaded to S3 server and RadCloudUpload1_FileUploaded is firing several times with the same file name.Rest of the files are not uploading.
And scenario(2) is if I am removing OnClientFileUploaded then all the files are uploaded to server but RadCloudUpload1_FileUploaded is not firing. Please help how to resolve ?