Why might a file only be partially uploaded?

Posted by letseatfood on Stack Overflow See other posts from Stack Overflow or by letseatfood
Published on 2010-05-30T03:55:11Z Indexed on 2010/05/30 4:02 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

Why might a file only be partially uploaded?

I am improving error-handling in my PHP file upload script and am trying to figure out how to handle UPLOAD_ERR_PARTIAL properly.

Should I prompt the user to try uploading the file again, or should I inform them that there is a more severe problem which is preventing them from uploading a possibly legitimate file?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about error-handling