Opened 16 years ago
Closed 13 years ago
#3329 closed Bug (invalid)
Filemanager File Upload Fails to go to proper folder
Reported by: | Marc Pinnell | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | FCKeditor 2.6.4 |
Keywords: | Cc: |
Description
When using the link/file upload button, the upload fails to go to the files folder and instead goes to the "_userfiles" folder. Editing line 300 of the fckconfig.js fixes this.
Current: FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension' ;
Edited: FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=File' ;
Change History (5)
comment:1 Changed 16 years ago by
Keywords: | file upload removed |
---|
comment:2 Changed 16 years ago by
Keywords: | Pending added |
---|
comment:4 Changed 16 years ago by
Keywords: | Pending removed |
---|
comment:5 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
All the connectors should assume that the default type is "File", so that seems a bug in just one connector. Which one are you using?