开发者

Fileupload question?

开发者 https://www.devze.com 2022-12-11 18:45 出处:网络
I want to check whether the file upload control has any file or not because I want to do the validation on it. How ca开发者_Go百科n I do it?You can check the HasFile property on the fileupload control

I want to check whether the file upload control has any file or not because I want to do the validation on it. How ca开发者_Go百科n I do it?


You can check the HasFile property on the fileupload control:

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.fileupload.hasfile.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消