I am using the Ckfinder for uploading with FCK 2.6.4
The image upload works fine and returns the proper URL, http://www.site.com/
But when I use the quick upload tab the URL is wrong. it is http:/www.site.com so it is missing one of the slashes after http I have looked and looked. Anyone else ever seen this?
Thanks
Jim
Thu, 04/23/2009 - 15:56
#1
Re: Quick Upload URl
Please provide some more information: which version of CKFinder are you using and which method of FCKeditor integration did you choose (paste some code if possible).
Also if possible, use Fiddler or any other tool to check HTTP conections to see whether CKFinder server connector is used during quick uploads.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Quick Upload URl
FCK 2.6.4
It is using CK finder for the quickupload, I have enabled it in the config, Also did verify it. When I use the ImageBrowser to upload and select the file it works great, just not the quick upload
FCKConfig.ImageUpload = true ;
FCKConfig.ImageUploadURL = 'ckfinder/core/connector/cfm/connector.cfm?command=QuickUpload&type=Images' ;
Re: Quick Upload URl
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+