cloudder icon indicating copy to clipboard operation
cloudder copied to clipboard

Chunked upload for large files

Open rambii opened this issue 4 years ago • 1 comments

I was looking into uploading larger files with this package. Cloudinary has a different method for those upload. https://cloudinary.com/documentation/upload_videos#chunked_video_upload

The simplest solution I guess would be to change the method call to upload_large here: https://github.com/jrm2k6/cloudder/blob/a69d49fc483bc45d58db4f3ca23d6e54f944b98e/src/JD/Cloudder/CloudinaryWrapper.php#L122

As the methods default to a chunk size of 20 MB it will still work for uploads without chunks and smaller uploads.

Another solution would be to provide a separat wrapper for the method.

What are your thoughts about this?

rambii avatar Mar 15 '20 11:03 rambii

Hi @rambii Sorry for the long delay! I think having a separate method to accommodate large uploads would make sense! Feel free to open a PR if it is still needed.

jrm2k6 avatar Jun 06 '20 14:06 jrm2k6