Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Reasize

Tannyll opened this issue · comments

Hi,

How to resize image what is make? and which stage?

with PIL, probably in your form's clean method, but that's outside of the scope for this library.