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

Files are not removed on pressing 'Remove'

Open int-ua opened this issue 9 years ago • 1 comments

I've tried to upload an image three times and now there are three copies of it in the media folder.

int-ua avatar Jul 16 '15 16:07 int-ua

Yes, this is confusing. Files are not actually removed from the filesystem, but the reference is removed from the model.

We should delete the file as well.

bradleyg avatar Jul 17 '15 08:07 bradleyg