file 上传附件
Json1204
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
input file 上传文件
html: C#: protected void Page_Load(object sender, EventArgs e) { if (Page.IsPostBack) { System原创 2012-03-05 23:19:03 · 32530 阅读 · 1 评论 -
文件上传处理
using System; using System.Collections.Generic; using System.Linq; using System.Text; using FileLoadHandler; namespace fileLoadHander { /// /// 这个类是文件上传处理文件 /// public class FileLoa转载 2012-04-05 22:56:22 · 671 阅读 · 0 评论
分享