Opened 17 years ago
Closed 17 years ago
#1412 closed Bug (fixed)
FCKConfig.(Link|Flash|Image)UploadURL in fckconfig.js does not fit for perl connector quick upload
Reported by: | Friedrich Strohmaier | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 |
Component: | General | Version: | FCKeditor 2.5 Beta |
Keywords: | Cc: |
Description
FCKConfig.(Link|Flash|Image)UploadURL in fckconfig.js does not fit for perl connector quick upload.
FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadLanguage ;
does not result in "upload.cgi" but in "upload.perl" which does not hit nothing.
Probably there should be a similar thing like
var _FileBrowserExtension
Change History (1)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [1117]. Click here for more info about our SVN system.