Making 'file' input element mandatory (required)

后端 未结 8 655
忘掉有多难
忘掉有多难 2020-12-31 00:11

I want to make (an HTML) \'file\' input element mandatory: something like


But it i

8条回答
  •  青春惊慌失措
    2020-12-31 00:24

    Some times the input field is not bound with the form. I might seem within the

    and
    tags but it is outside these tags.

    You can try applying the form attribute to the input field to make sure it is related to your form.

    
    

    I hope it helps.

提交回复
热议问题