Filter File extension With FileUpload

后端 未结 5 2582
醉梦人生
醉梦人生 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:53

    you can create validate file extension from the ASP.NET FileUpload Control

    I believe you could go for this solution

    Validate File Extension for ASP.NET FileUpload Control

提交回复
热议问题