Hello, i have a problem when i try to select a file from the Resource Browser, when the popup window opens and shows the Res Browser to select a image file, it shows empty, i can upload files, but when i do, it does'nt shows in the res browser and im unable to select it. someone know what's wrong? it can be from my hosting?
Thu, 07/30/2009 - 08:35
#1
Re: Resource Browser don't show files
Re: Resource Browser don't show files
in the fckeditor/eidtor/filemanager/connectors/aspx/ folder there is a file called config.ascx
in there there is TypeConfig[ "Image" ].FilesPath = "%UserFilesPath%/";
it was "%UserFilesPath%images/" from the start so i removed the images and from it and it opens up in the correct upload folder..
if u do php or any other language i bet it is allmost the same, u just go to that config file in the connectors folder..
hope this helped..