django-ajaximage icon indicating copy to clipboard operation
django-ajaximage copied to clipboard

Seems a shame not to also include a FileField

Open andybak opened this issue 10 years ago • 1 comments

As I presume a lot of the code would be similar?

Ideally - the field could still display a thumbnail if the file was a recognised file format...

andybak avatar Sep 12 '14 12:09 andybak

Yes, I assume it to extend the FileField class, but it just inherits the Field class. Furthermore, AjaxImageField misses many methods in FileField, which may cause problems.

jimmykobe1171 avatar May 18 '16 03:05 jimmykobe1171