Welcome Guest Search | Active Topics | Sign In | Register

Delete Selected Files Button Event Handling Options
Manish
Posted: Friday, February 12, 2010 12:50:49 PM
Rank: Newbie
Groups: Member

Joined: 2/12/2010
Posts: 3
How I handle the event of Delete Selected Files Button so that I can remove the files from the file server?
When I click that button, it only removes the file names from the list of uploaded files but not from the temporary folder or from the server.

Please give an example for the same..

Thanks and Regards...
Manish Kumar
eo_support
Posted: Friday, February 12, 2010 1:27:49 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You don't need to worry about files in temp folder. They will be automatically deleted by the uploader later. As soon as you delete the file from the list, they will be deleted from PostedFiles list when FileUploaded event is triggered. So there is no need for you to do anything for the "Delete Selected Files" button.

Thanks!

Manish
Posted: Friday, February 12, 2010 1:31:24 PM
Rank: Newbie
Groups: Member

Joined: 2/12/2010
Posts: 3
I want to delete the selected files from my file server when i click the Delete Selected Files. How I handle that event and get the list of files which is to be removed from file server?? I will remove the file manually from the code in vb..
Will you give me an example of handling Delete button event?
eo_support
Posted: Friday, February 12, 2010 1:42:59 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Manish wrote:
I want to delete the selected files from my file server when i click the Delete Selected Files.


We understand your question. But we have already told you that you do not do that with our uploader control because there is absolutely no need to do so. That is the final answer on this issue.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.