Welcome Guest Search | Active Topics | Sign In | Register

ajax uploader Options
tim
Posted: Tuesday, May 11, 2010 1:42:52 AM
Rank: Member
Groups: Member

Joined: 3/29/2009
Posts: 29
Hi,

I see that the Ajax uploader does it's own tidy up of uploaded files - very nice.

However, for purposes of troubleshooting, is it possible to stop the deletion of these files, or modify the timing of when the file gets deleted?




AJAXUploader automatically clears temp
files that it created in this directory.
The files are not deleted immediately but
will eventually be deleted.
Code: Visual Basic.NET
eo_support
Posted: Tuesday, May 11, 2010 8:31:46 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
No. There is no need for you to change that part even for troubleshooting purpose.

Thanks
tim
Posted: Tuesday, May 11, 2010 6:04:57 PM
Rank: Member
Groups: Member

Joined: 3/29/2009
Posts: 29
Thankyou for the quick response.
In this particular case, we have clients using the Ajax object ti upload very large audio files (approx 140MBytes). - Could be 200MBytes.

Once the file is uploaded to the application server, I use the "file_uploaded" event to initiate a procedure to place that uploaded file into the db at the server.

We are still troubleshooting whether the failures in the upload are occuring because their session has timed out or if the file is timing out in getting inserted into the db. I suspect it is a db insert timeout issue because of the file size.


However, by the time the problem is reported to us, the upload file has been auto deleted, assuming it did exist. If the file was left, it would help troubleshoot the issue.

I have a logfile that I create by the web application, which helps, but it would good to see the status of the file.

Hence the request to control the "auto delete".

Thanks.




Code: Visual Basic.NET


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.