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

Edited upload.php example in README file #38

Closed roibeart closed 7 years ago

roibeart commented 7 years ago

I changed the example for the upload.php file because in my opinion could be confusing: it uses the getIdentifier() method to give a name to the uploaded file, which produces a file without an extension and which is not intended for naming files, as suggested to me here.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c716bbbc15596f61ba6f3aad4256f1a588b0d13e on roibeart:roibeart-readme-edit into 340ed5b947173ec4bc790dd8b512b2820e5dfab4 on flowjs:master.

AidasK commented 7 years ago

Thanks