Title: Message
list,
 
I have an application where I would like to time how long it takes to upload a file via HTTP. What I was wondering is where (when) exactly is the file upload taking place? When using tempfiles, when does apache-asp (or CGI.pm) actually transfer the file from the user? I would like to be able to execute some code before it happens - mostly to just record the before-transfer time for comparison later.
 
Is this possible?
 
Thanks,
Tim

Reply via email to