Open dol opened 11 years ago
Hi @dol
Thank you for mentioning this project, it seems like a great thing to implement. Even though it is still not ready for general adoption yet (according to the protocol) I would be more than happy to support such attempts!
There is still something I couldn't get my head around. See the referenced issue above.
There is also an PHP server implementation. But it's IMHO not registered on packagist.
Indeed not registered (yet). It also depends on predis/predis": "0.8.x-dev
for some reason, which is not the kind of dependency I want to force within this bundle. :) Will have to implement it directly.
PS: I hope I'll have time to join your presentation at the next "Symfony UserGroup ZH"
Great to hear! Seems to get around. Is there any information available who else will be speaking there?
I agree that first of all the protocol issue ( tus/tus-resumable-upload-protocol#30 ) has to be solved.
Great to hear! Seems to get around. Is there any information available who else will be speaking there?
Found in the "Discussions" section: http://www.meetup.com/sfugzh/messages/boards/thread/38297322 I'm not sure if I'll make it.
I'll reopen this ticket as soon as a 1.0 release candidate for tus is available. Until further notice, you'd have to implement it yourself.
Maybe it's time to reopen this?
There're php implementations: https://github.com/Orajo/zf2-tus-server https://github.com/Danko-Lab/Laravel-tus-server
JS client: https://github.com/transloadit/uppy
This Laravel implementation using the "tusd" go binary is very interesting: https://github.com/OneOffTech/laravel-tus-upload
I recently came across http://tus.io/, a protocol specification for 'Resumable File Uploads'. The team already build a jQuery plugin that implements the protocol.
There is also an PHP server implementation. But it's IMHO not registered on packagist.
PS: I hope I'll have time to join your presentation at the next "Symfony UserGroup ZH"