开发者

How can I "keep" the uploaded image on a form validation error?

开发者 https://www.devze.com 2023-03-09 13:33 出处:网络
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.

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 get back the form, with the errors on the page, what the user chose for the file field is gone. Can I make it appea开发者_JS百科r, or is this a browser thing?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消