摘要: 封转类 using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// Car 的摘要说明 /// </summary> public class Car { 阅读全文
posted @ 2016-10-21 21:56 冲天小肥牛 阅读(144) 评论(0) 推荐(0) 编辑
摘要: //封装类 using System; using System.Collections.Generic; using System.Web; /// <summary> /// Users 的摘要说明 /// </summary> public class Users { private stri 阅读全文
posted @ 2016-10-21 21:44 冲天小肥牛 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 也可以在Web.confight里面设置所传文件的大小。 方法:在<system.web></system.web>里面加入 <httpRuntime maxRequestLength="70960"/>。 如何限制可以选择的文件类型:在FileUpload1里面的属性里添加accept=".jpg 阅读全文
posted @ 2016-10-21 17:30 冲天小肥牛 阅读(2547) 评论(0) 推荐(0) 编辑