1. Open /fckeditor/editor/filemanager/connectors/aspx/config.ascx
  2. Add custom codes to make sure only a kind of users can upload files.

    If current user is not this kind of user, return false or throw exception.

  3. Modify the following codes:

    TypeConfig[ "Image" ].FilesPath                    = "%UserFilesPath%image/";

    To the followingt codes:

            TypeConfig[ "Image" ].FilesPath                    = "%UserFilesPath%UserName/image/";

Modify other pleces like the point 3rd to make files uploaded to users's private foloder

posted on 2008-03-24 14:11  今夜太冷  阅读(257)  评论(0)    收藏  举报