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.