Directory Structure:
|---Fckeditor
|---editor
|---filemanager
|---connectors
|---config.php
Open config.php to set the file uploading paths.
Search for two variables:
- $Config['UserFilesPath'] // This path will appear in the url of the uploading manager.
- $Config['UserFilesAbsolutePath'] // This path will use to upload the photos.
$Config['UserFilesPath'] = '/upload_img/' ;
$Config['UserFilesAbsolutePath'] = 'E:\nobleatom.com\upload_img' ;
Note: If you will sent specify the wrong folder for UserFilesPath. Images will not display at the frontend but your file will upload to E:\nobleatom.com\upload_img

No comments:
Post a Comment