mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00

Cloudinary limits the filesize to 100 MB when uploading in a single request: https://cloudinary.com/documentation/upload_images#chunked_asset_upload Larger files must be uploaded in chunks. Use the upload_chunked_stream to upload all files in chunks. This works for small files just as well. Closes #16601