Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ImagePicker.WriteImageToSavedPhotosAlbum
Adds a photo to the saved photos album.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ImagePicker | 7.3 | No | No | No | No | Yes |
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Image | The image container to add to photo roll. | ||
| FileName | The file name for the script. | Get(FileName) | Optional |
| ScriptName | The script name for the trigger. | Optional | |
| Parameter | The script parameter to use. | Optional |
Result
Returns OK or error.
Description
Adds a photo to the saved photos album.The work is done in background and we can optionally trigger a script when done.
This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
Examples
Add image to saved photos:
If [ IsEmpty ( ImagePicker::Picture ) ]
Show Custom Dialog [ "No image?" ]
Else
Set Variable [ $path ; Value: MBS( "ImagePicker.WriteImageToSavedPhotosAlbum"; ImagePicker::Picture; Get(FileName); "AddedToCameraRoll" ) ]
End If
See also
Example Databases
Created 17th June 2017, last changed 20th June 2017
ImagePicker.VideoIsCompatibleWithSavedPhotosAlbum - ImagePicker.WriteVideoToSavedPhotosAlbum
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins