tmas73 Posted July 17, 2006 Posted July 17, 2006 Is it possible to download images direct into filemaker through Web Viewer or is there still need for third party developers plugs? TMAS
Niet32 Posted July 28, 2006 Posted July 28, 2006 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?
FMPing Posted July 28, 2006 Posted July 28, 2006 don't even have to download, you can just drap and drop image from web viewer to container field
tmas73 Posted July 31, 2006 Author Posted July 31, 2006 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!
FMPing Posted August 1, 2006 Posted August 1, 2006 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.
Zero Tolerence Posted August 9, 2006 Posted August 9, 2006 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.
Wim Decorte Posted August 9, 2006 Posted August 9, 2006 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.
Fenton Posted August 10, 2006 Posted August 10, 2006 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.
Zero Tolerence Posted August 10, 2006 Posted August 10, 2006 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.
Recommended Posts
This topic is 6736 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