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.

Webviewer and image download!

Featured Replies

Is it possible to download images direct into filemaker through Web Viewer or is there still need for third party developers plugs?

TMAS

  • 2 weeks later...

Anyone have any experience with this?

I am also very curious if anyone has used something like Google Earth and has been able to download snapshots of addresses looked up?

don't even have to download, you can just drap and drop image from web viewer to container field

  • Author

Yes but if you do not want to browse any page just have a script to dl a image to a container field, without browsing!

It guess you could combine applescript to have Firefox to save the page with the image and use script to get the saved image to your container field.

  • 2 weeks later...

there was a Java file that allowed you to do this before. Of course the downfall was that it required you to make sure java was installed on windows boxes. I've had it working perfectly however, and if the project scope is only MAC, then you've got no worries.

Search for +Java +Download and you should find it.

sure Java would work. But a simple AppleScript and VBscript routine will work just the same. Using the built-in OS tools will get you a lot more traction than trying to convince people to install non OS-native frameworks.

Bottom-line for this question: if you want to automate it, then yes you need to use OS-level scripting.

I would agree with Wim, though I don't know any VBscript. On Mac OS X you could download a picture with:

do shell script "curl the_image_url" > a_file_path

Then Insert Picture in FileMaker. The file path could be to the temporary items folder, so the file is removed later (when you restart):(

/private/var/tmp/folders.501/TemporaryItems/

(There is another Unix one higher up I think, but I can't remember it)

Or, you could curl the whole page source and parse out any image URLs, to do multiple images.

I know nothing about VBScripting, although I have picked up a book on it, just haven't had the time to read it.

I will say that most people already have JRE installed on thier machine because more and more websites are moving that way.

However in my case, it was an internal project, and I could control what the users had on their machines and what they didn't.

  • 2 weeks later...

What about the troi url plugin?

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.