Using sorl-thumbnail v11.01 and an ImageField on my model is there a simple way to have an uploaded file resized before saving it (to avoid saving a massive image, in case one has been uploaded)? Thanks in advance.

link|improve this question

80% accept rate
feedback

1 Answer

Checkout line 397 here. Although you may not want to use a forked version of the official sorl-thumbnail the code in that fork might point you in the right direction.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.