Rank: Advanced Member Groups: Member
Joined: 11/16/2010 Posts: 48
|
When I process an uploded images I copy it from the tempImages directory with "myFileUpload.SaveAs".
Eventually, the ".data" file is deleted from the tempImages directory, but for each image a 1KB ".info" file and a 1KB ".status" file remain in the directory and are not deleted automatically.
Please can you delete these as well.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
.status files will automatically deleted as well. There is a delay on the files and also make sure nobody else access those files. As soon as another program "touches" those files, the AJAXUploader will try again later (based on the last accessed time).
Thanks!
|