摘要:
找了很多的资料,学到了不少有用的东西,最简单的实现就是使用FileUpload控件.using System;namespace UpFile { /// /// upfile 的摘要说明。/// public class upfile{private string path = null;private string fileType = null;private int sizes = 0;/// /// 初始化变量/// public upfile(){ path = @"\uploadimages\"; //上传路径 fileType = "jpg|gif 阅读全文
posted @ 2013-06-03 12:51
namehwh
阅读(1537)
评论(0)
推荐(0)

浙公网安备 33010602011771号