-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploaded Image is not removed #10
Comments
Same issue here, any update? |
I don't really have a way to replicate this. This doesn't seem like a critical issue, despite that fact, I'll try to check it out at some point. What I can recommend for now is I don't remember right now if I made it possible for the original to be discarded after the conversion, since I wanted to keep those just in case if I needed to change some settings in dependencies and reconvert the original, eg. resize to different dimensions. On a side note there is also a helper class |
same thing happening now django version 2.2.7 even after upload to file dependency added |
Django version : 1.11.1
This is the code of model
I am saving the image as baes64 encoded image using
But the problem is, i am trying to upload the images to a
avatar
folder in media, but the what is happening is it is creating another folderavatar
inmedia/avatar
folder. and is saving the jpg file inmedia/avatar/avatar
folder. Also the uploaded png file is still present in inmedia/avatar
.The text was updated successfully, but these errors were encountered: