slyapustin / django-classified

Django Classified
https://github.com/slyapustin/django-classified-demo
MIT License
171 stars 77 forks source link

Multiple images uploaded not showing on item detail #22

Closed songproducer closed 6 years ago

songproducer commented 6 years ago

The second image I uploaded was quite large (1.4 Mb). Uploading smaller pictures solves this issue. Is there a size limit somewhere? Would be great to automatically scale too large images down.

slyapustin commented 6 years ago

There no any limits set for image size in that project. You need to check your web server config for such limits. For example Nginx by defualt limit upload size to 1Mb at client_max_body_size param. Let me know if you have some other questions.

songproducer commented 6 years ago

Thanks! I have another question will open another issue and close this one