Opened 17 years ago
Closed 14 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
The file browser is now distributed as an external application: