Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3300_mobile_apps:070_mobile_applications [2022/08/25 00:00] – ↷ Page moved from 3300_mobile_apps:070_mobile_applications to docs:3300_mobile_apps:070_mobile_applications administratordocs:3300_mobile_apps:070_mobile_applications [2026/01/29 01:10] (current) aware_support3
Line 1: Line 1:
 {{tag>Manuals Mobile_Applications Camera Files Images}} {{tag>Manuals Mobile_Applications Camera Files Images}}
 [<10>] [<10>]
-====== Displaying and Uploading Pictures from Camera and/or Photo Library ======+====== Display & Upload Images 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. +One approach is to define an attribute of the Picture type for one of your forms. //**AwareIM**// 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 ''[[3100_actions:0540_mobile_camera_snap_into|MOBILE CAMERA SNAP INTO]]'' action in some process (or ''[[3100_actions:0550_mobile_camera_get_into|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:+Another approach is to use the ''[[a_f:a:mobile_camera_snap_into|MOBILE CAMERA SNAP INTO]]'' action in some process (or ''[[a_f:a:mobile_camera_get_into|MOBILE CAMERA GET INTO]]'' action to get access to photo library). When //**AwareIM**// 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:
  
-<code aim>MOBILE CAMERA SNAP INTO MyObject.MyPictureAttribute</code>+<code aim>MOBILE CAMERA SNAP INTO MyObject.MyPictureAttribute </code>
  
-Note that these actions will only work for native mobile applications – they will not work inside the mobile browser. Please see [[2500_config_apps:4400_mobile|configuring mobile apps]] and [[3000_rule_language:0000_start|Rule Language Guide]] for more details about these actions.+Note that these actions will only work for native mobile applications – they will not work inside the mobile browser. Please see [[docs:2500_config_apps:4400_mobile|configuring mobile apps]] and [[docs:3000_rule_language|Rule Language Guide]] for more details about these actions.