html+ashx文件上传文件

时间:2014-04-08 22:32:20   收藏:0   阅读:565

1、需使用post提交

2、在form 表单中添加enctype="multipart/form-data" 

3<input type=file name="Filedata" />

4、 HttpPostedFile files = context.Request.Files["Filedata"];

html+ashx文件上传文件,布布扣,bubuko.com

原文:http://www.cnblogs.com/zhangleidswc/p/3652831.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!