mirror of
https://github.com/strapi/strapi.git
synced 2025-12-18 02:33:53 +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