[Answered ]-ImageField and Django Wizard Form

2👍

The Django Docs specify that there is unfortunately a little work to do when binding an uploaded file to a form field:

https://docs.djangoproject.com/en/dev/ref/forms/api/#binding-uploaded-files-to-a-form

Leave a comment