|
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
|
|
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!
|
|
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?
|
|
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
|
|