hirisw

博客园 首页 联系 订阅 管理

2012年10月30日

摘要: 使用:把控件拖到页面中,设置SavePath路径即可上传,如果还要扩展功能请继承此控件。。。后台代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;namespace WebApplication1{ public partial class MutiFileUpload : System.Web.UI.UserControl { ... 阅读全文
posted @ 2012-10-30 11:35 hirisw 阅读(325) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Reflection;using System.Text;using TCHRS.Server.Business.UserCode;using CommonCore.EntityCore;namespace Web.SendArchive{ public static class HMIHelper ... 阅读全文
posted @ 2012-10-30 10:52 hirisw 阅读(243) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Reflection;using System.ComponentModel;using TCHRS.Web.Utility;namespace Web.SendArchive{ public class HMIFactory { /// <summary> /// ... 阅读全文
posted @ 2012-10-30 10:50 hirisw 阅读(276) 评论(0) 推荐(0) 编辑