Hey guys,
I've got ckfinder and ckediter setup in my works CMS and it works all well on out development servers and production severs. But recently we had to host a site on another production server and ckFinder is not working the same.
All the files are the same and when we uplaod iamges they get uplaoded to the server and apear in the list.
On the external production sever the files do not get uplaoded. They can create folders and they apear in the file structure but everytime we uplaod a file it does not get uplaoded and the uplaod field just goes blank.
Developent servers Coldfusion 7 and 8
our production sevrer Coldfusion 7 and 8
Clients production server Coldfusion 8
I've got ckfinder and ckediter setup in my works CMS and it works all well on out development servers and production severs. But recently we had to host a site on another production server and ckFinder is not working the same.
All the files are the same and when we uplaod iamges they get uplaoded to the server and apear in the list.
On the external production sever the files do not get uplaoded. They can create folders and they apear in the file structure but everytime we uplaod a file it does not get uplaoded and the uplaod field just goes blank.
Developent servers Coldfusion 7 and 8
our production sevrer Coldfusion 7 and 8
Clients production server Coldfusion 8
Re: File browser wont upload files
Does it happen even when uploading small files?
Did you try setting the config.tempDirectory variable in config.cfm?
Can you check what CKFinder is returning in an AJAX call when uploading a file? (use a tool like Fiddler to inspect HTTP requests).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: File browser wont upload files
I used Fiddler2 to inspect the ajax request and got this response.
I have passed this onto the hosting manager for my project and will get them to check the permissions on the folder.
I also did a search across the files to see where "tempDirectory" is referenced and it does not seem to be referenced in any files?
Re: File browser wont upload files
Re: File browser wont upload files
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: File browser wont upload files
After adding that it worked fine.
Thanks for your help.
You can close thread now if needed.