Chinaunix首页 | 论坛 | 博客
  • 博客访问: 70726
  • 博文数量: 42
  • 博客积分: 2025
  • 博客等级: 大尉
  • 技术积分: 437
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-03 12:17
文章分类

全部博文(42)

文章存档

2010年(12)

2009年(30)

我的朋友

分类:

2009-11-26 15:31:55

using System.IO;

        if (!IsPostBack)
        {
string fullPath = Server.MapPath("../Uploads/Users/") + username;
            if (!Directory.Exists(fullPath))
            {
                Directory.CreateDirectory(fullPath);
            }
            Editor1.SetSecurityGalleryPath("~/Uploads/Users/" + username);
 
}
 
 
 
阅读(256) | 评论(0) | 转发(0) |
0

上一篇:日志系统091125

下一篇:页面返回

给主人留下些什么吧!~~