I have (virtual)folder on my server with pictures. This folder is registreret to FCKeditor in the code with: FCKeditor1.ImageBrowserURL = "C:\Inetpub\wwwroot\PixRessources\";
The pictures are uploaded outside FCKeditor. When I need to insert a picture I go:
1. Press the Insert picture button
2. Press the browse button in the web dialog to get a url .
3. Now I get a new web dialog with a list of all the pictures in my PixRessources folder.
The problem is I have to right click a picture and 'copy shorcut', close the web folder dialog, and then paste the url shortcut into the FCKEditor picture dialog. Presssing OK will now correctly insert the picture into the HTML.
Is there a more directly way of inserting a picture, where the user can slect the picture from a dialog, instead of having to copy and paste the url of the picture.
Thanx,
Jakob
The pictures are uploaded outside FCKeditor. When I need to insert a picture I go:
1. Press the Insert picture button
2. Press the browse button in the web dialog to get a url .
3. Now I get a new web dialog with a list of all the pictures in my PixRessources folder.
The problem is I have to right click a picture and 'copy shorcut', close the web folder dialog, and then paste the url shortcut into the FCKEditor picture dialog. Presssing OK will now correctly insert the picture into the HTML.
Is there a more directly way of inserting a picture, where the user can slect the picture from a dialog, instead of having to copy and paste the url of the picture.
Thanx,
Jakob