Hallo,
i have dowbload the Version 1.0
i have some Problems...
Upload to Server is not going??? And Browse on Server is too not going???
You can see at on my Webserver:
http://www.3d-salon.com/FCKeditor/_test/test.php
or
http://www.3d-salon.com/FCKeditor/_test/test.html
i dont no where is the Problem browsing an Server is going on my wamp but in the Internet not.
Here some Details from my fck_config.js:
-------------
/##
//## Image Browsing
//##
config.ImageBrowser = true ;
// Custom Page URL
config.ImageBrowserURL = config.BasePath + "filemanager/browse/sample_html/browse.html" ;
config.ImageBrowserWindowWidth = 400 ;
config.ImageBrowserWindowHeight = 250 ;
//##
//## Image Upload
//##
config.ImageUpload = true ;
config.ImageUploadURL = config.BasePath + "filemanager/upload/php/upload.php" ;
// Image upload window sizes
config.ImageUploadWindowWidth = 300 ;
config.ImageUploadWindowHeight = 150 ;
config.ImageUploadAllowedExtensions = ".gif .jpg .jpeg .png" ;
//##
//## Link Browsing
//##
config.LinkBrowser = true ;
// Custom Page URL
config.LinkBrowserURL = config.BasePath + "filemanager/browse/sample_html/browsefile.html" ;
// Link browsing window sizes
config.LinkBrowserWindowWidth = 400 ;
config.LinkBrowserWindowHeight = 250 ;
//##
//## Link Upload
//##
config.LinkUpload = true ;
// Page that effectivelly upload the Link file.
config.LinkUploadURL = config.BasePath + "filemanager/upload/php/upload.php" ;
// Link upload window sizes
config.LinkUploadWindowWidth = 300 ;
config.LinkUploadWindowHeight = 150 ;
config.LinkUploadAllowedExtensions = "*" ; // * or empty for all
config.LinkUploadDeniedExtensions = ".exe .asp .php .aspx .js .cfm .dll" ; // empty for no one
In the http://www.3d-salon.com/FCKeditor/ i have create the folder "userimages"
But the upload dont go?
Have where the same problem? Or can me help?
Thank You for helpings!
Mathes
Sat, 02/28/2004 - 07:52
#1
RE: PHP Upload to Server & Browse Server Problem