laravel-chunk-upload icon indicating copy to clipboard operation
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

Results 35 laravel-chunk-upload issues
Sort by recently updated
recently updated
newest added

are you planning to add [upchunk](https://github.com/muxinc/upchunk) support ? Thank you

help wanted

### 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

waiting

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...

waiting

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"...

waiting

[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?

enhancement

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...

waiting