Making 'file' input element mandatory (required)

后端 未结 8 610
忘掉有多难
忘掉有多难 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:37

    As of now in 2017, I am able to do this-

    
    

    and when you submit the form, it asks for file.

提交回复
热议问题