laravel-chunk-upload
laravel-chunk-upload copied to clipboard
The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
are you planning to add [upchunk](https://github.com/muxinc/upchunk) support ? Thank you
### What steps will reproduce the problem? After Uploading a Video It's not playable, please help here. ### What is the expected result? The video should be playable ### What...
the file i upload use dropdown js with chunk is corrupted, the last chunk not merged. i use laravel 8
I use your code example for saving chunks. When I use resumable.js sometimes one of the POST requests returns 500 error. ``` RuntimeException: SplFileInfo::getType(): Lstat failed for in file /Users/johan/web/upwork/file_uploader/app/vendor/league/flysystem/src/Adapter/Local.php...
Hello. I tried to use the controllers here to create a chucked upload. I am getting the following error "Unresolvable dependency resolving [Parameter #0 [ $disk ]] in class Pion\\Laravel\\ChunkUpload\\Storage\\ChunkStorage"...
[Flow.js](https://github.com/flowjs/flow.js) is a fork of [Resumable.js](https://github.com/23/resumable.js) under more active development. Basically a clone of the `ResumableJSUploadHandler.php` handler with the `const`'s modified.
I, is there a way to dispatch a job to combine all chuncks asynchronously?
Good day. I am getting that error lately and none of my uploads are going through. I am not sure what is causing this but I am using the saveFileToS3....
Do you have issues with files larger than 2 GB? I am uploading files of e.g. 3 or 6 GB but I always get after the conversion of chunk files...