I’ve got FCKeditor working and the uploading is going fine.
However, when I use the upload tab to upload a file, it goes into the directory I specified as my userfilespath:
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/images/uploads/' ;
But! If I try to use the browser, it doesn’t take me there. It shows the options for /images/uploads/File and /images/uploads/Image, which are the automatically created subfolders by the upload control. But the upload control doesn’t use them!
Clear as mud? Can anyone help?
