asaglimbeni / clean-image-crop-uploader

Clean Image Crop Uploader (CICU) provides AJAX file upload and image CROP functionalities for ImageFields with a simple widget replacement in the form. It use Modal from twitter-bootstrap.
http://asaglimbeni.github.com/clean-image-crop-uploader/
Other
40 stars 36 forks source link

Max length issue #11

Closed danielcorreia closed 3 years ago

danielcorreia commented 10 years ago

Better error message when getting: "Data truncated for column 'file' at row 1". It could be "Filename exceeded" or something like that.

Would you consider setting max_length=255 instead of default (100)?