I want to make (an HTML) \'file\' input element mandatory: something like
But it i
Some times the input field is not bound with the form. I might seem within the and tags but it is outside these tags.
and
You can try applying the form attribute to the input field to make sure it is related to your form.
I hope it helps.