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

Encrypt File Before saving in Temporary folder RadAsyncUplaod

1 Answer 103 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ruchi
Top achievements
Rank 1
Ruchi asked on 24 Jun 2015, 09:25 AM

Hello Team,

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

Sort by
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
Tags
AsyncUpload
Asked by
Ruchi
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or