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

Chunked upload #26

Open
janiskelemen opened this issue Aug 2, 2018 · 3 comments
Open

Chunked upload #26

janiskelemen opened this issue Aug 2, 2018 · 3 comments

Comments

@janiskelemen
Copy link

Hi,

first of all... thank you for your work on this great upload component! We have implemented it and are very happy so far. However one feature I would love would be support for chunked uploads. Is that something you are planning to add or should I extend it myself?

Best regards!

@websanova
Copy link
Owner

Hey, thx, glad it's working out for you.

Haven't even thought about that, but it would be something nice to have for sure. Seems like the front end part is quite straight forward for the most part:

https://gist.github.com/shiawuen/1534477

Although I guess this example is quite trivial since it doesn't deal with failed / resending chunks. But I guess that could be tracked in an array.

More I'm wondering about the backend part of this. But if you have some experience with it would be great if you can contribute it.

@janiskelemen
Copy link
Author

The gist looks quite easy. The backend is a bit more complex but fortunately there are many good php scripts out there to handle chunks. The one from plupload is a good example:

https://github.com/moxiecode/plupload/blob/master/examples/upload.php

I could write an php example script specially for vue-upload if that helps.

@websanova
Copy link
Owner

Sure, everything helps.

I have a little demo API as well for this kind of stuff (Laravel). If you wanna do it in there.

https://github.com/websanova/laravel-api-demo

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

No branches or pull requests

2 participants