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
I've chunked it in 4 part each file 5 mb but how to merge it and get it in one file?
How do I go about writing tests around this library? Is there a mock I can use for my PHPUnit tests? Is there a particular tool I should use? (cypress...
Hi @pionl, thanks for this super cool lib. This is my dropzone setup ``` const cloudZone = new Dropzone("#cloudZone", { paramName: 'cloud_file', url: "{{route('admin.web-applications.upload')}}", autoProcessQueue: true, parallelUploads: 3, chunking: true,...
Hello! It looks like Lumen has updated league/flysystem requirement to v2 - but this library requires v1 to not return a 500 error. However, without v2, it causes errors in...
I think `ignore_user_abort(true)` should be used inside `ParallelSave::buildFullFileFromChunks` method merges the chunk files. If the client disconnects during that process some of the chunks gets deleted and a partialy merged...
Was #86 @pionl
Hi, thanks for this amazing package. Saved me tons of time, but I have been wondering about implementing a resumable upload option. What's your recommendation to resumable uploads with this...
### What steps will reproduce the problem? Error File uploading ### Error Log ``` [2022-08-28 13:50:44] local.WARNING: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in...
### What do you get instead? Uploading files sometimes fails and gives an error message: `production.ERROR: The file "FileExample.mp4" was only partially uploaded. {"userId":1,"exception":"[object] (Pion\\Laravel\\ChunkUpload\\Exceptions\\UploadFailedException(code: 500): The file \"FileExample.mp4\" was...
### What steps will reproduce the problem? Enable deprecated notice log on php -- ### What is the expected result? No deprecated ### What do you get instead? preg_match(): Passing...