摘要:
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 阅读全文