Hi dwhite,
Please accept my apology for the delayed response. The
Process files on the server after upload KB article is updated. You can have a look at it and try the approach described there in order to implement your scenario.
The place where you can process a file on the server after it has been successfully updated is in the
SaveChunkData() method as soon as the final chunk of the uploaded file is uploded (
IsFinalFileRequest() returns
true). Also, if the result of the
SaveChunkData() method is true, then the upload operation is successfull.
If you need to process the uploaded files as soon as all files are updated, then you can implement your logic as soon as both the
IsFinalFileRequest() and
IsFinalUploadRequest() methods return true.
Here you can find more info about the
UploadHandler of the
RadUpload.
I hope this info helps. However, if your scenario requires a different approach, please let us know.
All the best,
Tina Stancheva
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items