Unlike the conventional File Upload element, Image Upload is designed to cater to images. Uploaded images will be displayed according to dimensions set.

Figure 1: Image Upload
The above screenshot is taken from the modified Account Form found in the CRM application.

Figure 2: Properties of Image Upload
| ID | ID of the element |
| Label | Label of the element |
| Readonly | Determines if the element is editable |
| Width(px) | Maximum width of the displayed image |
| Height(px) | Maximum height of the displayed image |
| Create Thumbnail? | Generates thumbnail |

| Validator | Conventional validator |
| Maximum File Size (KB) | File size limit for the photo to be uploaded |
| Error Message (File size limit exceeded) | Message to be displayed when file size is more than the limit |
| Image File Type | File extension(s) allowed |
| Error Message (File type mismatch) | Message to be displayed when there is a file type mismatch |