ImageUploadURL

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';
This page was last modified on 23 January 2008, at 09:20.