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.

SuperContainer Tip...

Featured Replies

When uploading files instead of putting ALL my eggs in one basket I found it easier for backup & archival purposes to store images in sub directories.

During the upload part of the script I add into the path a Year/Month/Roll# subdirectories so that I can see when looking at the server all images that were imported in the 3rd month of 2008

This way I can burn a DVD once a month for each month of imports.

the folder hierarchy looks like:

  • 3 weeks later...

Can you share your upload script with us? I'm looking for exactly what you are doing, a structured file system for the SuperContainer files.

Thanks,

Gary

  • Author

It's a little complex but in a nutshell, I start by present the user with a set of global fields to fill in. Asking for data regarding the the set of photos they are importing.

next they confirm the information and then choose an inserted media card or choose an option to select a directory to import from - In this case I am using FileManipulator plugin-to target the directory.

Then I use the path from the previous step to target the folder and import images using FileMakers built in Import Folder of Images. into a utility table - however I do not import the image only the file name it's path etc.

Then after some other processing I loop thru the found set of imported records passing the location of where the file IS (in a local folder or media card) and target SC path

like SCSetContainer( system::SC_FilePath ; system::mediaPathFileName)

Since each record knows the month and year it was created by creation timestamp I can generate the needed SC File Path to include that in the string

2008/04/2033/76550

YYYY/MM/ROLL/RECORD_ID

(the "Roll" is an internal identifier for our process)

Then on the server I can look in to Volumes/SuperContainer/Files/Photos/2008/04/2033/76550/ there will be CIMG0003.JPG image

Thanks for sharing.

--GS

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.