Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Upload is designed to cater to images. Uploaded images will be displayed according to dimensions set.

Figure 1: Screenshot highlighting Image Upload in Form Builder

...

Figure 3: Image Upload Properties

NameDescription
ID Element ID (By declaring as "photo", a corresponding database table column "c_photo" will be created)
Label Element Label to be displayed to end user.

Figure 4: Image Upload Properties - UI

...

NameDescription
Validator

Attach a Validator plugin to validate the input value.

Info
titleWhen will validation takes place?

Validation will takes place whenever form is submitted except when it is submitted as "Save as Draft".

Maximum File Size (kb)Maximum File Size (KB) in Integer.
Error Message (File size limit exceeded)Error Message when file size exceeded.
Image File Type

Accepted file extension(s). (Semicolon separated values)

Code Block
titleExample
.png;.jpg
Error Message (File type mismatch)Error Message when file type mismatched.
Permission

 Manage on who is able to access the file uploaded. Read more at Permission Control.

Info
titleNew Feature

Newly introduced in Joget Workflow v5

...