Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Might Tus (Resumable File Uploads) fit with this bundle #52

Open
dol opened this issue Sep 26, 2013 · 5 comments
Open

Might Tus (Resumable File Uploads) fit with this bundle #52

dol opened this issue Sep 26, 2013 · 5 comments

Comments

@dol
Copy link

dol commented Sep 26, 2013

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"

@sheeep
Copy link
Contributor

sheeep commented Sep 29, 2013

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?

@dol
Copy link
Author

dol commented Oct 1, 2013

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.

@sheeep sheeep mentioned this issue Oct 8, 2013
7 tasks
@sheeep
Copy link
Contributor

sheeep commented Oct 11, 2013

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 sheeep closed this as completed Oct 11, 2013
@axelmm
Copy link

axelmm commented Jan 13, 2018

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

@bytehead bytehead reopened this Jan 15, 2018
@bytehead bytehead removed the wontfix label Jan 15, 2018
@fidelix
Copy link

fidelix commented Aug 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants