Rank: Newbie Groups: Member
Joined: 2/28/2013 Posts: 5
|
In your AJAXUploader documentation you state "The uploader automatically cleans up files in TempFileLocation after it detects the files have not been accessed after a certain period of time."
If someone uploads to my server every 5 minutes, will a file a user uploads remain for at least 20 minutes, which is what I have the authentication timeout set at? I guess I am asking, what is the period of time?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I believe the time out value is 30 minutes. However this should not matter much to you ---- you should ALWAYS MOVE the files you accepted to a different location in your FileUploaded event handler.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 2/28/2013 Posts: 5
|
Thanks.
Just FYI, uploading is a two step process on my system. Step 1 the user uploads the file, step 2 the user enters details about the upload. When they have completed step 2 I commit the information to the database and move the file to it's appropriate location on the server. This is why I am not moving the file immediately.
The ability to set the time out value would be nice.
|