Closed dels07 closed 6 years ago
Quick reaction:
move
method which will delete original file. When successfully uploaded you must delete the file by your self. Otherwise it will be delete by the clean command (when the file is old enough).Hi @dels07, have you found any solution?
I have noticed that the last chunk is larger than allowed chunk, this happens always. I've allowed only 1MB but 1.7 MB is sent. Otherwise it works well as it should. See https://github.com/23/resumable.js/issues/51
------WebKitFormBoundaryol9TLaGM73REQldU
Content-Disposition: form-data; name="resumableChunkSize"
1048576
------WebKitFormBoundaryol9TLaGM73REQldU
Content-Disposition: form-data; name="resumableCurrentChunkSize"
1747310
Also simultaneousUploads
is not supported.
Hi,
I have several problem when tried integrating resumable.js with Minio:
Other Info: I use default UploadController.php with difference that I use
Pion\Laravel\ChunkUpload\Handler\ResumableJSUploadHandler;
instead ofuse Pion\Laravel\ChunkUpload\Handler\AbstractHandler;
My resumable.js config:
Thanks