#3329: Filemanager File Upload Fails to go to proper folder
----------------------------+-----------------------------------------------
 Reporter:  1027Consulting  |       Owner:                 
     Type:  Bug             |      Status:  new            
 Priority:  Normal          |   Milestone:                 
Component:  File Browser    |     Version:  FCKeditor 2.6.4
 Keywords:  file upload     |  
----------------------------+-----------------------------------------------
 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' ;

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3329>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to