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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Queries the original image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImagePicker | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
ImageType | The image type to return. Can be png or jpeg. |
"jpeg" | Optional |
FileName | The file name to include in container value. | "test.jpg" | Optional |
WithEXIF | Pass 1 to include metadata in image. Default is 0 for no metadata. |
0 | Optional |
Returns container value or error.
Store image:
If [ MBS( "ImagePicker.HasMedia" ) ]
New Record/Request
Set Variable [ $Image ; Value: MBS( "ImagePicker.MediaEditedImage"; "PNG") ]
If [ IsEmpty ( $image ) ]
Set Variable [ $Image ; Value: MBS( "ImagePicker.MediaOriginalImage"; "PNG") ]
End If
Set Field [ ImagePicker::Picture ; $image ]
Commit Records/Requests [ With dialog: Off ]
End If
This function is free to use.
Created 17th June 2017, last changed 9th November 2021