We are using RadAsyncUplaod to select Multiple Files and save it to Azure Blob Storage on click of upload button, The functionality which we want to achieve is to encrypt the File on selection before saving it to Temporary folder.
Let me know how to achieve this.
Regards,
Ruchi
1 Answer, 1 is accepted
0
Peter Filipov
Telerik team
answered on 29 Jun 2015, 07:30 AM
Hello Ruchi,
You will need to upload the file at once and implement a custom handler. First set the DisableChunkUpload property to true and create a handler which overrides the Process method. You will have access to uploaded file in it.
Regards,
Peter Filipov
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