I have a form which has a FileField among other fields. Imagine the user chooses a file, presses submit and another field triggers a ValidationError.
When I ge
This is a browser thing - for security reasons, you can't prepopulate a file input, otherwise it would be easy to trick users into uploading files from their system without their explicit action.