> Does a PHP script using upload stuff get run if the file upload is complete,
> or will it start while still uploading?
> If not, can't you figure out the temporary name of the upload on the server
> and then run ls -lh on it?

It gets run only after the upload is complete. And even if not, and you could
get the size of the temporary file, what would you do with it? You can't start
sending the response until the request is complete. And even if you could, the
browser would probably not start resinging it before it has finished sending the
request (i.e. the upload). This is the nature of HTTP...

-- daniel

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to