Newbies Kirk Mueller Posted November 4, 2004 Newbies Posted November 4, 2004 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!
bruceR Posted November 4, 2004 Posted November 4, 2004 No. The images have to be either stored in FileMaker, or on a shared network volume that all can see.
transpower Posted November 5, 2004 Posted November 5, 2004 Have you considered using the script step Open URL? You could append the slide name to the end of the URL.
Newbies Kirk Mueller Posted November 9, 2004 Author Newbies Posted November 9, 2004 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 -(
bruceR Posted November 10, 2004 Posted November 10, 2004 You can use applescript or curl to get thumbnails of the image. This can be done automatically by using the shell script plugin.
Newbies Kirk Mueller Posted November 10, 2004 Author Newbies Posted November 10, 2004 how would I do it with the shell script plug in? i've never used that feature.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now