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.

Import Images into Container field

Featured Replies

How would I import an image from an internet location via a URL?

I can insert a picture, but it only allows me to specify a local file path.

Is there a way to insert an internet picture besides downloading the image to the local hard drive?

Thanks

I think you have to download it first. You could use AppleScript to download the file, with the built-in app URL Access Scripting. It's dictionary:

download string : URL to download from

to file specification : the downloaded file location

[replacing yes/no] : whether to replace an existing file (default: no)

[unpacking boolean] : whether to decode or decompress the downloaded item (default: true)

[progress boolean] : whether to display a modal progress dialog (default: false)

[form data string] : form data

[directory listing boolean] : get a directory listing? (default: false)

[download directory boolean] : download as an entire directory (default: false)

[authentication boolean] : show authentication dialog (default: false)

→ file specification : the downloaded file

AppleScript can set a container field to an image file directly. This will give you a "referenced" picture. If you want to embed it you'll have to call a FileMaker script from AppleScript to do that.

Alternatively you can use another free Scripting Addition, GraphicsImporter, which can pull the image from a file, which AppleScript can then embed in the container field.

It works well, but it's been a long time since I've used those image tools. GI above won't run on my machine. I don't even have OS 9 on this machine, iMac Intel. These days we use the background Image Events application for these things, or the command line "sips", which has similar functionality.

  • Author

Sorry, I forgot to specify I need a cross platform solution.

Can I get the image out of the Web Viewer?

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.