Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Showing Images using http://...?

Featured Replies

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?

... just subscribing to this topic as it intrigues me.. ???

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

hmmm... fairly cheap... cool, thanks

genx

  • 1 month later...

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.

'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

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.