Rank: Newbie Groups: Member
Joined: 6/26/2007 Posts: 5
|
I upload some files, process them on a button click. I then go on to other things. The files never seem to delete. I've even tried cycling IIS. Is there something I'm missing? Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi John,
AJAXUploader runs a sweeper on the background to automatically deleted the files. Usually they are deleted between 30 minutes to 60 minutes. If you hold reference to the AJAXPostedFiles, it will stay longer. Recycling IIS kills the sweeper so it won't kill the files immediately. The sweeper will be activated next time someone upload files and when that kicks in it start to check files all over again and eventually all the files that are old enough should be cleaned up.
Thanks
|