Detect how long it takes for a file to upload (PHP)

Posted by makeee on Stack Overflow See other posts from Stack Overflow or by makeee
Published on 2010-05-28T19:37:43Z Indexed on 2010/05/28 19:42 UTC
Read the original article Hit count: 128

Filed under:
|

Is it possible to know (serverside) the time it took for a file to upload? I have an image upload API and in my response I'd like to return the upload time (not including script execution time).

© Stack Overflow or respective owner

Related posts about php

Related posts about upload