django-versatileimagefield
django-versatileimagefield copied to clipboard
Document ClearableFileInputWithImagePreview
ClearableFileInputWithImagePreview is exactly what I'm looking for , I think. I want to have a thumbnail of a user's avatar in the Edit Profile form.
However I'm getting an error when using it: https://gist.github.com/anonymous/be2d0b1c17e64a595a3c34b90de5e7db
name
in that gist is "avatar"
which is the field's name. I presume I'm doing something 'wrong' but there's no docs so it's hard to tell.
Cheers
Any solution to this? I'm in a pretty much the same problem here, is there any support for using the widget without PPOI part enabled? Case in point, we have some image fields we want user to define PPOI while on others we want to prevent but still preserve the same thumbnail look in the rest of the interface?