Opened 15 years ago

Closed 12 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 15 years ago by Artur Formella

Keywords: file upload removed

comment:2 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Keywords: Pending added

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?

comment:3 Changed 15 years ago by Marc Pinnell

Lasso

comment:4 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Keywords: Pending removed

comment:5 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy