Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Chunked upload for large files #75

@rambii

Description

@rambii

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:

$this->uploadedResult = $this->getUploader()->upload($source, $options);

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions