OneupUploaderBundle icon indicating copy to clipboard operation
OneupUploaderBundle copied to clipboard

Might Tus (Resumable File Uploads) fit with this bundle

Open dol opened this issue 12 years ago • 5 comments

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"

dol avatar Sep 26 '13 17:09 dol

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?

sheeep avatar Sep 29 '13 22:09 sheeep

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.

dol avatar Oct 01 '13 18:10 dol

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.

sheeep avatar Oct 11 '13 15:10 sheeep

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

axelmm avatar Jan 13 '18 15:01 axelmm

This Laravel implementation using the "tusd" go binary is very interesting: https://github.com/OneOffTech/laravel-tus-upload

fidelix avatar Aug 11 '18 09:08 fidelix