Overview #
Enables multiple file uploads and version tracking.
Field Type Parameters: #
Max File Size
(optional) – Maximum file size that can be uploaded to the server (in megabytes). Note: check your PHP settings as well.Folder
(optional) – Directory where all uploaded files will be stored. Default is /images.File Type
(optional) – List of acceptable file types, separated by spaces.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Security, Link, Icon, Target Window, List Format) }}
Security
(optional) – Encrypts the file link and restricts access time.Link
(optional) – How the link should be displayed.Icon
(optional) – Select the icon size.Target Window
(optional) – Target browser window for opening the link.List Format
(optional) – Format of the output list.
Example:
{{ FieldName("timelimited","filename-link",32,"parent",",") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Parameters for configuring the input element for multiple file uploads.
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes) }}
CSS Class
(optional) – Name(s) of the CSS class(es).Attributes
(optional) – Optional attributes such as: disabled, onclick, onchange, etc.
Leave a Reply
You must be logged in to post a comment.