XML Parsing Error: not well-formed Location: http://192.168.0.3/beni/fckeditor/editor/filemanager/connectors/asp/connector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1227200675432 Line Number 1, Column 1:/beni/public/userfiles/image/ /beni/public/userfiles/image/ ^
Thu, 11/20/2008 - 18:40
#1

Re: asp upload images and browsing
What's your server?
Re: asp upload images and browsing
Server: Microsoft-IIS/5.0 on windows 2000
Re: asp upload images and browsing
window.onload = function() { // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. //var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_samples')) ; var sBasePath = 'fckeditor/'; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.Config["CustomConfigurationsPath"] = "/beni/fckeditor/my_config.js" ; oFCKeditor.Config["AutoDetectLanguage"] = false ; oFCKeditor.Config["DefaultLanguage"] = "it" ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.ReplaceTextarea() ; oFCKeditor.FullPage = true ; }Re: asp upload images and browsing
http://support.microsoft.com/kb/301623
Re: asp upload images and browsing
Re: asp upload images and browsing
Re: asp upload images and browsing