11 2015 档案
判断文件真实后缀
摘要:#region 检测上传真实类型与后缀名是否匹配,是否在允许列表中,允许则上传返回上传路径 public bool IsAllowedExtension(HttpPostedFile hifile,out string upfilepath) { b... 阅读全文
posted @ 2015-11-26 14:11 Jeton 阅读(508) 评论(0) 推荐(0)