- Open /fckeditor/editor/filemanager/connectors/aspx/config.ascx
- 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.
- 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
浙公网安备 33010602011771号