transloadit / uppy-server

[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion
MIT License
114 stars 27 forks source link

Fix multipart upload run #93

Closed d-kochnov-optimus closed 6 years ago

d-kochnov-optimus commented 6 years ago

Run multipart upload in the finish event handler of write stream to avoid partial file uploading.

Old code run uploading before stream end method run. This generates the UPLOAD_ERR_PARTIAL error on PHP server from time to time.

ifedapoolarewaju commented 6 years ago

thank you