Visual Media Capture
v4.4.1
Last updated
v4.4.1
Last updated
The Visual Media Capture Block enables users to capture a photo or a video or upload an existing media file. This is useful when composing Applications such as a mobile inspection app and the user may be required to include an image when logging an issue.
The visibility property is common to most Blocks;
See the Common Properties article for more details on common appearance properties.
The text displayed on the capture button.
The disabled property is common to most Blocks;
See the Common Properties article for more details on common behavior properties.
This allows you to specify the types of files that can be uploaded. If left blank, any file type can be uploaded.
If a file extension is listed, (for example, a .png file), the Visual Media Capture will not allow you to upload any other file except those with a .png extension.
This setting dictates the maximum allowable file size for uploads. If you attempt to upload a file that exceeds the maximum size, it will not be uploaded.
The supported external cloud storage providers are Azure Blob or Amazon S3.
Tick to use variables for the provider-related properties.
The blob connection string (applies to the Azure Blob Provider only).
The blob container name (applies to the Azure Blob Provider only).
The Amazon S3 access key (applies to the Amazon S3 Provider only).
The Amazon S3 secret key (applies to the Amazon S3 Provider only).
The Amazon S3 bucket name (applies to the Amazon S3 Provider only).
The Amazon S3 region (applies to the Amazon S3 Provider only).
The value property is common to most Blocks;
See the Common Properties article for more details on common value properties.
We recommend using a dynamic value property so that when you upload media files, the URLs are bound to the value property, with enclosed brackets and comma-separated.
You can utilize a stored proc to save the file URLs into a data source and view them by adding the URL as a hyperlink to a Data Grid.
The Validation Group and Required properties are common to most Blocks;
See the Common Properties article for more details on common validation properties.
The text of the error message that is displayed to the user when no media file has been captured or uploaded.
The text of the error message that is displayed to the user if the media capture fails for any reason.