Resume Upload & PHP
Would it be possible to have the Server the ability to resume an interrupted upload? Vimeo uses tus to do so.
"The tus-php Server supports concatenation extension and is capable of concatenating multiple uploads into a single one enabling clients to perform parallel uploads and to upload non-contiguous chunks."
and here https://uppy.io/docs/tus/
and
TusPHP for server side
We used php library, but actually you can use other server side implementations like node.js, Go or others
tus-js-client for client side
TusPHP already has a php client, but I think we all would agree to use the javascript implementations for the client over the php ones.
How to go about this? SSH into my VPS ?
Thanx
1
vote
Aritus
shared this idea