Hello All
I am using FCK editor in my application,. to display images from local system i am changing the frmresourcelist.html(which is in the following path FCKeditor->editor->filemanager->browser->default directory) and changing the code like this to display images in the userfiles directory
function OpenFile(fileUrl)
{
window.top.opener.SetUrl("http://localhost/CMS/FCKeditor/editor/filemanager/browser/default/connectors/php/"+fileUrl) ;
here in this way when i give the file url path i can view the images from my local system but in the lan when i share the webapplication i cannot view the image when i provide for example http://192.168.1...../admin/page.php which contains fckeditor.
How can i change the same to display images in the local area network
Thanks in advance