coding-socks / laravel-upload-handler

Chunk Uploader Package For Laravel
MIT License
11 stars 4 forks source link

Add Flow.js driver #46

Closed nerg4l closed 4 years ago

nerg4l commented 4 years ago

Blocked by #43

https://github.com/flowjs/flow.js#handling-get-or-test-requests

  • If this request returns a 200, 201 or 202 HTTP code, the chunks is assumed to have been completed.
  • If request returns a permanent error status, upload is stopped.
  • If request returns anything else, the chunk will be uploaded in the standard fashion.

Closes #9