klis87 / django-cloudinary-storage

Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files.
MIT License
131 stars 26 forks source link

Unable to load large videos #20

Closed jayaike closed 4 years ago

jayaike commented 4 years ago

I tried to upload a video of about 20MB. It just keeps loading. Nothing happens!

The browser just keeps loading.

klis87 commented 4 years ago

Do you have any errors? It could be Django limit exceeded, your proxy server, maybe even pycloudinary has some limit or cloudinary itself.

jayaike commented 4 years ago

@klis87 I have resolved it. The issue was my network so it kept timing out. It's all good now. Thanks for your response.

Cloudinarys upload limit is 100mb for the free plan

klis87 commented 4 years ago

@nsjcorps ok, good to hear, thx for the response.