Jump to content

This topic is 6890 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I need to show images inside of IWP that are located outside of IWP on another server.

In plain HTML I can show them using http://... but I am not sure how to get them to show up inside IWP?

Any suggestions? Is there a Plug-in I could use?

Posted

You can show external images in a calculated container field using the following syntax:

imagemac:/pathtofile/image.jpg

imagewin:/pathtofile/image.jpg

But these are filesystem paths, not URLs, so they wouldn't work on systems (like IWP) where the client does not have the path available.

You can use this plugin:

http://www.troi.com/software/urlplugin.html

to bring images into container fields from external URLs.

Dana

  • 1 month later...
Posted

Hi,

If I read your post correctly you want to open an image from a page served by IWP, but the image sare not held within the FM database. If this is not right please ignore everything below!!

I've been serving over 3 million images in this way for the past 4 years. Simple to do.

1) install a separate web server program (I use Savant) running on a different port (I use port 90)

2) In FM you need a field with the path to the image files on your network (i.e. g:images).

3) Create a new calculation field using 'substitute' to change the path to something the web server can understand (i.e. http:[your public ip address]images).

4) In your IWP page add a button that opens a URL which is the contents of your file path calculation.

Works great and completely free.

Posted (edited)

'1.install a separate web server program (I use Savant) running on a different port (I use port 90)' - Why is this needed?

Will this work with PDF files as well?

Thanks.

Edited by Guest

This topic is 6890 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.