Does input type="file" exist in the submitted form scope if left blank?
Hello, all,
I'm in the middle of troubleshooting an issue with server-side form validation, and am now curious.
If a form contains <input type="file" name="foo" /> but no file is selected when the form is submit, does the form element "foo" exist? I mean, I know that if no checkboxes are checked, that element doesn't exist on form submit. Do file inputs do the same?
V/r,
^ _ ^
