Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed images layout

...

The easiest way to see how the ImageUpload works are to use the existing built-in App Expenses Claims. Here are the steps:

...

  1. Start the Joget Server  and open the  App Center.

  2. Log in as  admin  and click on the pencil icon on the  Expenses Claim  to open the  Design App. (see Figure 1)

    Image Added
    Figure 1

  3. Click on    Expense Claim Form  and you will be directed to the

...

  1. Form Builder. 

  2. Drag and Drop an Image Upload element on the canvas and click on Edit to open up the Edit Image Upload properties.

...



  1. Click on UI, tick

...

  1. on Enable Multiple Files Upload checkbox and click OK.

...

  1. Image Added
    Figure 2

...



  1. Click on Preview, c lick inside the box to upload or drag and drop images inside the box.

...

Figure 1

Image Removed

Figure 2

Image Upload Properties

Edit Image Upload

Image Removed
NameDescriptionScreen (Click to view)
ID

Element ID (By declaring as "photo", a corresponding database table column "c_photo" will be created)

Please see Form Element for more information about defining the ID and list of reserved IDs.

LabelElement Label to be displayed to the end-user.

Image Added

UI

General

NameDescriptionScreen (Click to view)
Allowed multiple files upload?When checked, multiple files can be uploaded.

Image Removed

Readonly

Determines if the element is editable.

Drop zone padding

Determine the extra size of padding for the larger drop zone.

Info
titleExample

50px

Info
titleExample

5%

Image Added

Image Display

Image Removed
NameDescriptionScreen (Click to view)
Width (px)Width in integer
Height (px)Height in integer
Create Thumbnail?Determines if the element will create a thumbnail and show it below the upload file element after an image is uploaded.

Image Added

Advanced Options

Data

Screen (Click to view)
NameDescription
Validator

Attach a Validator plugin to validate the input value.

Info
titleWhen will validation takes place?

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

Image Removed

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.
Delete actual file during overwrite or remove?

 The actual file will be deleted when a file is removed or being overwritten.

Info
titleNew Feature

Newly introduced in Joget Workflow v6

Image Added

Image Resize

Screen (Click to view)Image Removed
NameDescription
Maximum Width (px)

If set, images will be resized to these dimensions before being uploaded.

Info
iconfalse
titleNote

If only one, Maximum Width (px) or Maximum Height (px), the original aspect ratio of the file will be preserved.

Maximum Height (px)

If set, images will be resized to these dimensions before being uploaded.

Info
iconfalse
titleNote

If only one, Maximum Width (px) or Maximum Height (px), the original aspect ratio of the file will be preserved.

Quality (Max 1.0)set the quality of the resized image.
Method

sets how the images should be scaled down in case both Maximum Width (px) and Maximum Height (px) are provided.

There are only two methods:

  • contain
  • crop 

    Info
    iconfalse
    titleNote

    By default, it will set to contain.

Image Added

Permission

Screen (Click to view)
NameDescription
Permission

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

Image Removed

Image Added