Rank: Member Groups: Member
Joined: 11/16/2012 Posts: 11
|
I am using the EO AJAXUploader and I'm getting an error from some clients..
System.IO.IOException: The process cannot access the file 'D:\WebRoot\TERMINIX_uploads\eouploader.7edbe431-42f2-4fad-af7c-39d06eb41591.1.data' because it is being used by another process.
It's just a guess but I think they are trying to upload before the cleanup routine is not. Is there a way around this? I'm using the following for cleanup:
FileUploader.ClearPostedFiles(); FileUploader.Dispose();
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You do not need to dispose or call ClearPostedFiles to clean up the files. The AJAXUploader will clean up everything by itself.
If you continue to get this error, please post the full stack trace and we will be happy to look further.
Thanks!
|