文件上传
摘要:文件上传本来是个很简单的功能点,因为基于安全和效率方面的考虑在传统的动态页面中,文件的最大长度是受限的,下面来列出几种文件上传的方法1.新建一个htm静态页面 请选择文件: 注意:enctype属性要设置成multipart/form-data,multiple="true"表示file文件可多选,表单提交给Handler.ashx处理using System;using System.Web;using System.Collections.Generic;using System.ComponentModel;using System.D...
阅读全文
posted @
2013-10-14 16:07
ZombieSir
阅读(260)
推荐(0)