When I insert an image, I want to have anabsolute URL inserted (like http://www.servername/images/image.gif) instead of a relative URL (like /images/image.gif). How can I do that? I'm using PHP. Thanks. --Jeff
Fri, 04/09/2004 - 08:19
#1
RE: Need absolute, not relative URL for images
Look in your browse-File for

"var sImagesPath"
Here you can set your complete URL instead of path (e.g. "http://www.mydomain.com/upload/").
In the upload-script, there is also a parameter you can change, look for window.opener.setImage and add your URL.
Happy Easter from Innsbruck, Austria
Markus
RE: Need absolute, not relative URL for images
--Jeff