`bound_form.cleaned_data` already returns the file data if there was any.
`bound_form.files` returns a `MultiValueDict` which errors when passing `.CONTENT` into a model constructor.
Showing
Please
register
or
sign in
to comment
`bound_form.files` returns a `MultiValueDict` which errors when passing `.CONTENT` into a model constructor.