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

Restriction to one CicuUploderInput in Form #5

Open kkarwows opened 11 years ago

kkarwows commented 11 years ago

CICU won't work if you specify more than one filed with CicuUploderInput in your form:

widgets = {
     'picture': CicuUploderInput(options=cicuOptions),
     'picture_2': CicuUploderInput(options=cicuOptions)
}
kkarwows commented 11 years ago

I think it's a bigger feature: lot of js updates.