Skip to content

File Picker

In order to apply a File Picker in Jahia you need to apply a weakreference field with a picker of type file

definitions.cnd
- file (weakreference, picker[type='file'])

In case you want to define multiple files in the same field you apply multiple to it

definitions.cnd
- files (weakreference, picker[type='file']) multiple
Play