|
Rank: Newbie Groups: Member
Joined: 5/19/2008 Posts: 3
|
Hi, Your control upload is very easy to use, I love it, but when I finish upload a file to TempLocation and copy it to another location, then call ClearPostedFiles(), this temp file is still there. And I found that all temp files haven't been deleted even if I waited 24h, how can I delete them? now I must use File.Delete ...
Thanks, Lan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Please download the latest version, then go to the documentation (the local .chm version. the online version is not updated yet), open "EO.Web AJAXUploader" -> "File Upload Explained" -> Stage 4: Clean Up. That section explained this in great detail. You do not need to use File.Delete to delete the files.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 5/19/2008 Posts: 3
|
Hi,
thanks for your quickly reply, I think I'm at case 2: "The uploader does not delete the files immediately. So if the application has never run long enough to satisfy the time delay (which is often the case on a development machine), the files may not get deleted; " so how long is enough to satisfy the time delay? how could I get/decrease this time delay?
If I usually open the temp folder and click refesh(F5) then that may be the cause?
Cheers, Lan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
The point is that you should not care because while all these can occur on your development machine, it should never occur on your production machine. Your web site would not be functional at all if it crashes/stops as often as on your development machine. So this is never a real issue.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 5/19/2008 Posts: 3
|
ClearPostedFiles still does not work, but today all temp files are deleted automatically :D so I don't need ClearPostedFiles anymore.
Thanks, Lan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Lan wrote:all temp files are deleted automatically :D so I don't need ClearPostedFiles anymore. Lan Great to hear that. We told you. :D Lan wrote:ClearPostedFiles still does not work. ClearPostedFiles only tries to clear the files. If the files are for whatever reason can not be deleted immediately, it returns without throwing any kind of error. It's a function that expediates file cleanup. It's not a function to guarantee a clean up right away since that is totally not necessary.
|
|