Copyright © 2021 by K4.org
  (v.0.48.124)

OBSOLETE. Use UIFileUploadButton instead, which can upload 1 or more files.

This button allows the user to upload a file to their model, and places a URL to it in bindTarget.

Index

Rules

bindParent

bindParent: Any

The owner of the bindTarget rule.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : this

bindTarget

bindTarget: String

The URL to the uploaded file.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

controlType

controlType: String

Internal Use Only

Flags : Cached (Note this is uncached)

Expression : "UploadButton"

fileMask

fileMask: String

The file selection mask, using the syntax of the HTML input accept parameter (see https://www.w3schools.com/tags/att_input_accept.asp). Note that wild cards are not accepted. For JPEG for example, use ".jpg" instead of "*.jpg"

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""