Limit file format when using ?
Strictly speaking, the answer is no. A developer cannot prevent a user from uploading files of any type or extension. But still, the accept attribute of <input type = “file”> can help to provide a filter in the file select dialog box provided by the user’s browser/OS. For example, <!– (IE 10+, Edge (EdgeHTML), Edge … Read more