flowjs / flow-php-server

flow.js php server library, validates uploaded chunks and safely merges all chunks to a single file
http://flowjs.github.io/ng-flow/
MIT License
245 stars 42 forks source link

Get UPLOAD_ERR_PARTIAL #13

Closed baopham closed 9 years ago

baopham commented 9 years ago

I followed the docs closely. Uploading big files with multiple chunks keeps giving me UPLOAD_ERR_PARTIAL error. How do I fix this?

baopham commented 9 years ago

This seems to be why: http://stackoverflow.com/questions/2937466/why-might-a-file-only-be-partially-uploaded/11139283#11139283