I have searched a lot on this with no luck to find an exact answer.
I want to use django-ajax-uploader inside admin's edit form.
I have a model with an image field. In admin side i am excluding that field and inserting the ajax-uploader into the admin form via jquery. It is because once the image uploaded via ajax-uploader a crop resize viewport is becoming active that updates crop and resize numeric fields... will be used with imagekit.
Now when submitting the form, django can not reach the file object.
Is there anybody having an opinion on that?