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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
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 OK 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
Created 17th June 2017, last changed 14th May 2019
ImagePicker.MediaMetadata - ImagePicker.MediaPath
Feedback: Report problem or ask question.