I've looked through this forum and not seen a thread about this.
I'm running FCKEditor on Microsoft IIS using PHP. I have modified the config.php to allow file uploads and set the file upload path, and when I try to upload a file through the FCKEditor it tells me the file has uploaded successfully, but the file was never copied to the server.
The path is correct (I tested the link FCKEditor made by manually moving the file and testing the link to ensure it was pointing to the right place) and it's not giving me any errors, so I'm not sure what to do.
Can anyone help? Please?
I'm running FCKEditor on Microsoft IIS using PHP. I have modified the config.php to allow file uploads and set the file upload path, and when I try to upload a file through the FCKEditor it tells me the file has uploaded successfully, but the file was never copied to the server.
The path is correct (I tested the link FCKEditor made by manually moving the file and testing the link to ensure it was pointing to the right place) and it's not giving me any errors, so I'm not sure what to do.
Can anyone help? Please?
Re: Upload Issue
For absolute path I was using //<servername>/<pathname>
I have to use C:\<pathname>
Odd, but it works now.