Filter File extension With FileUpload

后端 未结 5 2516
醉梦人生
醉梦人生 2021-02-19 22:20

I am writing an asp.net web app which involves the use of the FileUpload control.

Right now, this particular FileUpload control only expects .z

5条回答
  •  广开言路
    2021-02-19 22:37

    I believe it is not possible.Filter by file type in browser is not control by asp.net.It is a browser functionality.

    This question already asked in stackoverflow.Please click filter the file type with the file upload control

提交回复
热议问题