by Alpha
15. October 2008 19:40
1.添加可选是否自动重命名
2.添加水印(文字和图片)
3.生成缩略图
例子:
添加水印是用的DiscuzNT的代码,生成缩略图用的是修改的幻想曲.Net的丢弃Image类的GetThumbnailImage方法,在此表示感谢!
by Alpha
9. September 2008 12:08
参考的这篇文章:http://blog.nnickk.com/index.php?load=read&id=470
by alpha
1. September 2008 21:14
原来是直接返回了true,这样存在安全隐患。修改config.ascx,增加登录的判断,代码如下:
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->string username = HttpContext.Current.User.Identity.Name;
if(username!="YourLoginName")
{return false;}
else
{return true;}
by alpha
1. September 2008 15:23
FckEditor是我比较喜欢的编辑器
[More]