close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Upload File Path on config.php

Thread began 2/23/2010 1:00 pm by ideasbyjr63389 | Last modified 5/21/2010 8:02 am by Jason Byrnes | 1679 views | 3 replies |

ideasbyjr63389

Upload File Path on config.php

I need Help identifying where to place the folder name for the file uploads, I get an error every time I go to Browse the server.

I created a folder called uploads, in the server to place any files from HTML Editor.

This is the script on the config.php

global $Config ;
$WA_EditorLocalRoot = '';
$WA_EditorRemoteRoot = '';
$WA_curURL = strtolower((isset($_SERVER["PHP_SELF"]))?$_SERVER["PHP_SELF"]:"");
$EditorAssumedRoot = $WA_EditorRemoteRoot;
if ((strpos($WA_curURL,strtolower($WA_EditorLocalRoot )) !== false && strpos($WA_curURL,strtolower($WA_EditorLocalRoot)) == 0) && (strlen($WA_EditorLocalRoot) >= strlen($WA_EditorRemoteRoot) || strpos($WA_curURL,strtolower($WA_EditorLocalRoot)) === 0)) {
$EditorAssumedRoot = $WA_EditorLocalRoot;
}


// SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true;

// Path to user files relative to the document root.
$Config['UserFilesPath'] = '' ;
$Config['UserFilesPath'] = $EditorAssumedRoot.$Config['UserFilesPath'];

// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Useful if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '' ;
if (isset($_SERVER['APPL_PHYSICAL_PATH'])) {
$Config['UserFilesAbsolutePath'] = str_replace("\\","/",$_SERVER['APPL_PHYSICAL_PATH']) . substr($Config['UserFilesPath'],1);
}

// Due to security issues with Apache modules, it is recommended to leave the
// following setting enabled.
$Config['ForceSingleExtension'] = true ;

// Perform additional checks for image files.
// If set to true, validate image size (using getimagesize).
$Config['SecureImageUploads'] = true;

// What the user can do with this connector.
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder') ;


I have place a copy of the image error.
SHould the folder name be place here ($WA_EditorRemoteRoot = '/uploads/';

Sign in to reply to this post

Jason ByrnesWebAssist

Do not edit this in the code.

Go to Insert -> Web Assist -> HTMLEditor -> Site Settings


in the Site Settings dialog box, you will have the option to specify the upload folder.

Sign in to reply to this post

todd368532

Originally Said By: Jason Byrnes
  Do not edit this in the code.

Go to Insert -> Web Assist -> HTMLEditor -> Site Settings


in the Site Settings dialog box, you will have the option to specify the upload folder.  



Once you perform this, how do you "upload" the changes, just upload the html editor folder?

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, that is correct, upload the HTML editor folder to the server.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...