Is there a walk through anywhere on how to set the file manager to upload pictures and browse the server images? I am unable to get it going.. Other then that everything works great.
Fri, 01/20/2006 - 17:55
#1

RE: Uploading Images
Is it working with the examples attached?
Johnny
RE: Uploading Images
Thanks!!
RE: Uploading Images
http://myDomain/FCKeditor/editor/dialog/fck_image.html
http://myDomain/FCKeditor/editor/dialog/fck_image.html
http://myDomain/FCKeditor/editor/dialog ... eview.html
RE: Uploading Images
RE: Uploading Images
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
I have did a find for just FileBrowserLanguage and QuickUploadLanguage and still couldn't find any instances in any code for fckeditor.. Maybe this is my problem, but I don't know where that code would have went if its supposed to be there.
As far as the config.php for file browsing I have the following set:
$Config['UserFilesPath'] = '/UserFiles/' ;
$Config['UserFilesAbsolutePath'] = '/usr/local/apache/virtual/website.com/htdocs/UserFiles/' ;
Does that look right to you? I don't want to give up on this, but I feel like I have looked everywhere, and there hasn't been too many people offering advice. So thanks for your help!
RE: Uploading Images
you dont have to look for var _FileBrowserLanguage = 'php' ;
but you look for var _FileBrowserLanguage = and change the value from asp to php !
i found it in mine !
RE: Uploading Images
RE: Uploading Images
/UserFiles/Image/
/UserFiles/Flash/
/UserFiles/File/
/UserFiles/Media/
Then chmod 777 these folders for permission to upload...
RE: Uploading Images
When I run the browser.html in the browser/default directory I get a javascript error, Object Required... Anyway, if anyone has anymore ideas that would be great!
RE: File Browser
http://website.com/FCKeditor/editor/fil ... /fckxml.js
RE: Uploading Images
http://myDomain/FCKeditor/editor/dialog/fck_image.html
http://myDomain/FCKeditor/editor/dialog/fck_image.html
http://myDomain/FCKeditor/editor/dialog ... eview.html
RE: Uploading Images
RE: Uploading Images