-
Notifications
You must be signed in to change notification settings - Fork 11
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
Render croppie again #12
Comments
I need more details to say smth. Could you paste the code to reproduce?
I think, yes, you could do this with js, but, once more, I need more details. |
Also, take a look on this fork: https://github.com/strycore/django-croppie |
Sorry but i am no longer working on that. but i do need help in Saving the image
above view is given in the example file but i want the same functionality [saving the cropped image to my models] using something like this
So the reason why i wanna do something like this is because i m not adding a new row in my database my profile database already exists and i only wanna update the picture field. Models.py
Forms.py
|
I added this as a PR. It has conflicts, but have tested with |
Regarding the view:
|
Hi ! i am using croppie and its working fine. I was trying to add some functionality like clicking on a button gives me the cropped image [working fine] but i also wanted to add a button which takes be back to crop the same uploaded image. is there a way to render croppie again without actually refreshing the page.
ThankYou. ;)
The text was updated successfully, but these errors were encountered: