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

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

Recommended Posts

  • Newbies
Posted

I have a database for of scanned slides. The images are stored on a webserver at:

http://domain/slides/thumbnails/x.jpg

I have tried creating a calculation in the container field to reference the file from the hard drive at:

/webserver/slides/thumbnails/x.jpg

This would work if I viewed it from the computer. However, I have the database shared using FileMaker server 7 advanced and the clients can not see the thumbnail image. Also, the faculty who add slides can not view the thumbnail on their machines.

Is there a way to have the container reference the file from the webserver?

Any help would be greatly appreciated!

Posted

No.

The images have to be either stored in FileMaker, or on a shared network volume that all can see.

Posted

Have you considered using the script step Open URL? You could append the slide name to the end of the URL.

  • Newbies
Posted

I have a button on the layout to go to the URL to download the image and other version of the image. However, I would like to have a thumbnail so we can see what we are downloading.

I guess I will just have to do an applescript to dump the images into the fm database ???-(

Posted

You can use applescript or curl to get thumbnails of the image. This can be done automatically by using the shell script plugin.

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