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.
|
feedback
|
|
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. | |||
|
feedback
|