Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Web Viewers and container images


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

Recommended Posts

Posted

It appears to me that the way to use FMP generated HTML within an IWP web viewer is to use the "data:/about:" trick. This has been working great for me, until I needed to show an image in the viewer. I'd like the web viewer to reference a local image AND have this work within IWP. I'm guessing that using src="file:/// won't work and I'd rather not store the images on a separate web server. So I'd like to make a container field and use imagemac: to reference the file in the file system, then load that image into the web viewer in a way that works in IWP. Has anyone accomplished this, and if so, how?

Posted

you could create another calc field that would contain domain path in it....so src would be :

my_src='http:domain.comimages'

container_img_name='imge_name.jpg'

full_src= my_src & container_img_name

so you would use container_img_name field for preview of image while creating a link to full_src field in order to cfreate a 'pop-up' effect when viewing images....

but it depends on your entire setup if this would work on public and internal access....

All the best!

Posted

I didn't want the images to reside on a web server per se (other than Filemaker's IWP serving the images from a container field). But I'm guessing that that just isn't possible, so I'll have to place the images on a web server somewhere.

  • 2 weeks later...
  • 2 months later...

This topic is 6560 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.