I'm using CF and CKFinder. We want to upload a file to a directory on a different server than the webserver where CKEditior and CKFinder is located. The permissions seem correct between the servers. User EVERYONE has full control of the directory. I have mapped the drive from the webserver that hosts the site with CKEditor and CKFinder to the server where we want to upload the files. I am receiving the error listed below. Any ideas?
config.baseDir = 'N:\images\test\';
<script type="text/javascript">window.parent.CKEDITOR.tools.callFunction(1, '', 'The specified directory attribute value N:/images/test/ could not be created.') ;</script>
config.baseDir = 'N:\images\test\';
<script type="text/javascript">window.parent.CKEDITOR.tools.callFunction(1, '', 'The specified directory attribute value N:/images/test/ could not be created.') ;</script>
Re: The specified directory attribute value ... could not be cr
Re: The specified directory attribute value ... could not be cr
Re: The specified directory attribute value ... could not be cr
Is it possible to do something like this?
config.baseDir = '\\192.168.76.xxx\assets\images';
I also have my config.tempDirectory set to the exact same directory.
I keep receiving: "Attribute validation error for tag CFFILE." upon file upload now and nothing is uploaded.