Displaying and Uploading Pictures from Camera and/or Photo Library

One approach is to define an attribute of the Picture type for one of your forms. Aware IM will automatically generate controls to upload the image from a camera or photo library. This approach will work in both browser-based mobile applications and native mobile applications.

Another approach is to use the MOBILE CAMERA SNAP INTO action in some process (or MOBILE CAMERA GET INTO action to get access to photo library). When Aware IM executes this action the user will be able to upload a photo from camera or a photo library. The image will be written into the picture attribute specified in the action. For example:

MOBILE CAMERA SNAP INTO MyObject.MyPictureAttribute 

Note that these actions will only work for native mobile applications – they will not work inside the mobile browser. Please see configuring mobile apps and Rule Language Guide for more details about these actions.

  • Last modified: 2022/09/13 18:15