Rank: Member Groups: Member
Joined: 5/30/2007 Posts: 23
|
Hello,
I am using the AJAXUploader control to upload files on a page. Once the files are uploaded, I am renaming them and then calling the ClearPostedFiles() method on the control.
However, in my upload directory the .info and .status files remain. Am I missing something in the API to clean these up or do I need to handle the cleanup of these in the script as well?
Thanks in advance, Jason
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jason,
You don't need to worry about that. AJAXUploader runs a sweaper to clean up those files in the background. So they will get cleaned up eventually.
Thanks
|