How to restrict file type in FileUpload control

后端 未结 8 2090
清歌不尽
清歌不尽 2020-11-30 09:29

Is it possible to allow the fileupload control to show only images?

When we click the Browse button it should show only images.

8条回答
  •  抹茶落季
    2020-11-30 10:10

    No, in web you can't from client side, evidently from server side you can do amazing things. For this kind of thing, programmers normally use Activex, flash or the like.

提交回复
热议问题