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.

Interesting FMP dilema!

Featured Replies

  • Newbies

Well here is what I am facing!

I have an extensice HTML form that needs to allow users to post images into my FMP db. I have been working on this for a few weeks, and as far as I can tell FMP cannot handle the input.

The form command I am using is:

<input type="file" name="myFMPfield"> which displays the standard file location dialog when clicked.

I can choose the file, and the correct path appears in the text field but FMP will not accept the input!

Help!!!!

While I do not have direct experience with the input of images, I do not understand your code:

<input type="file" ...

Since you want to load an image, should this not read:

<input type="image" ... ?

You cannot “submit” images to FM from HTML. Only from Client.

We are submitting pictures to normal web server with URL address.

In FileMaker we are just storing reference to that picture e.g. src="http://www.address.cz/images/[FMP-field: logo, URL]"

Simple and effective.

quote:

Originally posted by esteeves:

Well here is what I am facing!

I have an extensice HTML form that needs to allow users to post images into my FMP db. I have been working on this for a few weeks, and as far as I can tell FMP cannot handle the input.

The form command I am using is:

<input type="file" name="myFMPfield"> which displays the standard file location dialog when clicked.

I can choose the file, and the correct path appears in the text field but FMP will not accept the input!

Help!
!!!

Esteeves,

Check out this topic:

http://www.fmforums.com/ubb/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=13&t=000086

We had a similar problem for the City of Sacramento. They wanted to upload images to their FM5 db. We wrote a custom program for the client to upload via ftp (although other browser based uploaders would also work). Each hour we run a script on their server to scan records for images that need to be imported and then we import them via an applescript that uses graphic converter to open and copy them and then paste the data into the right field and record. I'm sure better solutions exist but this one works well. Note, they have to upload the name of the image along with the rest of the record's text data before the import can happen.

Jerry

WebDudes

To serve images from web server will be faster and relive FM for data processing and not streaming the zeros and ones with pictures to the browsers.

Agreed - DON'T store your images in your Filemaker database - that's the solution. Instead, just store path references to them in your site structure.

- John

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

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.