[Answer]-Django: Cannot create bounded form with ImageField

1👍

You can’t set a value for <input type="file"> due to security reasons.

The docs at your link talks about processing POST data and tells nothing about providing file data to GET request.

Leave a comment