I searched a lot on this, I was not lucky to find the exact answer.
I want to use django-ajax-uploader inside admin edit form.
I have a model with an image field. On the admin side, I exclude this field and insert ajax-uploader into the admin form via jquery. This is due to the fact that after an image downloaded through ajax-uploader increases the size of the cropped viewport, it becomes active that updates crop and resize dimension fields ... will be used with imagekit.
Now, when submitting a form, django cannot reach the file object.
Does anyone have an opinion?
source share