Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 08:48 am EST
Geeklog Forums
FCKeditor image upload directory error
Status: offline
ivy
Forum User
Full Member
Registered: 11/25/04
Posts: 314
Location:Tokyo Japan
FCKeditor - image upload - image property - upload
I want to change upload directory
/images/
--->
/images/library/Image/
change 2 files.
-----------------------------------------------
config.php:
$_CONF_FCK['imagelibrary'] = '/images/library';
->
$_CONF_FCK['imagelibrary'] = '/images/library/';
/fckeditor/editor/filemanager/upload/php/upload.php:
line 87:
$sFilePath = $sServerDir . $sFileName ;
->
$sFilePath = $sServerDir .'Image/'. $sFileName ;
line 107:
$sFileUrl = $Config["UserFilesPath"] . $sFileName ;
->
$sFileUrl = $Config["UserFilesPath"] .'Image/'. $sFileName ;
Geeklog Japan https://www.geeklog.jp
I want to change upload directory
/images/
--->
/images/library/Image/
change 2 files.
-----------------------------------------------
config.php:
$_CONF_FCK['imagelibrary'] = '/images/library';
->
$_CONF_FCK['imagelibrary'] = '/images/library/';
/fckeditor/editor/filemanager/upload/php/upload.php:
line 87:
$sFilePath = $sServerDir . $sFileName ;
->
$sFilePath = $sServerDir .'Image/'. $sFileName ;
line 107:
$sFileUrl = $Config["UserFilesPath"] . $sFileName ;
->
$sFileUrl = $Config["UserFilesPath"] .'Image/'. $sFileName ;
Geeklog Japan https://www.geeklog.jp
24
15
Quote
All times are EST. The time is now 08:48 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content