Detect how long it takes for a file to upload (PHP)
- by makeee
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).