I got a django-form with an image field. I load this in a jquery dialog-modal. I have a js-function which submits this form, populates some fields, shows the validation errors. But from what i understand it's not possible to post/submit the imagefields with Ajax?
Is there a simple solution / work around to post this without a total reconstruction of the other functions?
Thank you!