摘要:
封转类 using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// Car 的摘要说明 /// </summary> public class Car { 阅读全文
摘要:
//封装类 using System; using System.Collections.Generic; using System.Web; /// <summary> /// Users 的摘要说明 /// </summary> public class Users { private stri 阅读全文
摘要:
也可以在Web.confight里面设置所传文件的大小。 方法:在<system.web></system.web>里面加入 <httpRuntime maxRequestLength="70960"/>。 如何限制可以选择的文件类型:在FileUpload1里面的属性里添加accept=".jpg 阅读全文