摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web;namespace Web{ /// <summary> /// 单文件上传类 (暂时不支持多文件上传) /// yangyunzhou@foxmail.com /// </summary> public class UploadFile { /// <summary> /// 上传文件信息 (动态数组) /// </summary> public Dic 阅读全文
posted @ 2011-05-30 15:09 Y2zz 阅读(1017) 评论(7) 推荐(1) 编辑