Opened 17 years ago

Closed 13 years ago

#1362 closed Bug (wontfix)

Fix link generated when image uploaded on server

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: SF HasPatch Cc:

Description

When you upload directly an image on the server with the c# adapter, the url is not resolved then you have to fix it or the generated link won't be usable without a hand modification.

FredCK.FCKeditorV2.Uploader.cs (V 2.1)
line 92: function SendResults

Response.Write( "window.parent.OnUploadCompleted(" + errorNumber + ",'" + fileUrl.Replace( "'", "\\'" ) + "','" + ResolveUrl(fileName.Replace( "'", "\\'" )
+ "','" + customMsg.Replace( "'", "\\'" )) + "') ;" ) ;

Moved from sourceforge Original author: anonymous

Change History (1)

comment:1 Changed 13 years ago by Wiktor Walc

Resolution: wontfix
Status: newclosed

The file browser is now distributed as an external application:

CKFinder, the built-in filemanager is no longer maintained.

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