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

Deleting Already Uploaded Files From HD

1 Answer 41 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Tesis52
Top achievements
Rank 1
Tesis52 asked on 24 Jun 2015, 05:30 AM

Hello to all guru's reading this note of mine.

I'm using a Web ASP.NET page with a RadAsyncUpload control, and its job is well done.

However, each time I go to the selection task (better said, users go...), the same files (plus new ones) are shown here to be uploaded, and this drives the operator a little confused.

Is it possible to have these files deleted from the original directory once uploaded?

 

Thank you so much in advance. Have a nice day.

 

Saverio Tedeschi

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 26 Jun 2015, 02:47 PM
Hi Saverio,

Due to security reasons you cannot remove files on the client's machine. This what you can do is to skip those files that are already uploaded. For example you can cancel the OnClientFileUploading event.

I hope this helps.

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
Tags
AsyncUpload
Asked by
Tesis52
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or