(New page: == ImageUploadURL == This option defines the URL to post files through the "Upload Tab" in the image dialog. It can point to the default file uploader: <pre>FCKConfig.ImageUploadURL = FCK...) |
(No difference)
|
Latest revision as of 10:20, 23 January 2008
ImageUploadURL
This option defines the URL to post files through the "Upload Tab" in the image dialog. It can point to the default file uploader:
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension ;
or any custom implementation of it:
FCKConfig.ImageUploadURL = '/myuploader/upload.php';