摘要:
文件选择: using System.IO;//Pathusing System.Text.RegularExpressions;//正则表达式 HtmlInputFile flChoice = Page.FindControl("FileChoice") as HtmlInputFile;if (null != flChoice){ //如果用户选择了文件且文件大小为10M以内的文件 if (flChoice.PostedFile.ContentLength > 0 && flChoice.Poste... 阅读全文
posted @ 2013-08-05 10:57
罗马景行
阅读(1091)
评论(0)
推荐(0)

浙公网安备 33010602011771号