pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
617 stars 167 forks source link

Use job to get full file from chunks #131

Open lucabecchetti opened 2 years ago

lucabecchetti commented 2 years ago

I, is there a way to dispatch a job to combine all chuncks asynchronously?

pionl commented 2 years ago

At this moment no.

pionl commented 2 years ago

How would you expect API response?

chandlerwilcox88 commented 1 year ago

I have this same need. For my app a simple success response is all that's necessary.

dokicro commented 1 year ago

I need this too, since Cloudflare timeouts after 100seconds

bvicini commented 1 year ago

I agree it would be a useful feature. Joining chunks is really time consuming and timeouts happen for very large files on some servers.

abourtnik commented 1 year ago

Any news for this issue ?

pionl commented 1 year ago

You are free to do a PR, i do not have any time to add it.