Closed markpolarisdesign closed 4 years ago
Fixed a bug and added a support for Laravel 7 in v1.4.0 that will fix your issues.
🎉 Finally a release for Laravel 7 support ⛑ Finally I've fixed problems with chunks (Dropzone/Resumable.js with parallel upload). 👍 Also I've found a solution how to get file data after upload for a Dropzone. Check WIKI.
Thank you for your patience.
@pionl Thank you so much for your time to fix this problem. I will revert my script to parallel upload and try it again.
Dear all,
I have a problem with the chunked parallel upload. If I set the parallelChunkUploads is false. file size the same as the original but very slowly uploading. If I set the parallelChunkUploads is true. It's not working. file size different but very fast uploading.
Original File:
Chunk File:
Merging is not complete. It should be only a single file with 30MB as same as the original.
JavasScript
Controller
Best regards, Mark