Properties:

<field name>

required

Name of the field.

allowedMimeTypePattern

optional, default is .* (all types)

Regular expression to filter allowed files by their MIME type. For example, to allow only Excel files set the value to application.*(excel|xls). To allow images only, set the value to image.*. For more information about the supported pattern, see Pattern . For digital asset management MIME types see MediaType.

binaryNodeName

optional, default is binaryNodeName

Name of the subnode that will contain the file binary and related information.

editFileFormat

optional, default is false

When set to true, the file extension displayed in the Format field is editable.

editFileName

optional, default is false

When set to true, the file name displayed in the Name field is editable.

maxUploadSize

optional, default is 2^63 (9.2 EB)

Maximum file size in bytes.

Caption properties. Values are typically retrieved from a message bundle.

<field name>

required

Name of the field

Empty view 

selectNewCaption

optional, default is Select a file to upload...

Text displayed as tooltip on the upload button.

dropZoneCaption

optional, default is or <em>drag a file into this area</em> to upload it

Text displayed as label for dropping invitation.

warningNoteCaption

optional, default is You have aborted the upload of your file

Text displayed in the warning note.

In progress view 

inProgressCaption

optional, default is Uploading file {0} ...

Text displayed as title.

inProgressRatioCaption

optional, default is {0} of {1} uploaded

Text displayed as file upload ratio.

Completed view 

fileDetailHeaderCaption

optional, default is File detail

Text displayed as file detail header.

fileDetailNameCaption

optional, default is Name

Text displayed as file name label.

fileDetailSizeCaption

optional, default is Size

Text displayed as file size label.

fileDetailFormatCaption

optional, default is Format

Text displayed as file format label.

fileDetailSourceCaption

optional, default is Source

Text displayed as file source label.

deleteCaption

optional, default is Upload a new File...

Text displayed as tooltip on the delete icon.

selectAnotherCaption

optional, default is Upload a new File...

Text displayed on the upload button.

successNoteCaption

optional, default is Your file has been uploaded successfully

Text displayed in the success note.

errorNoteCaption

optional, default is An Error occurred while uploading your file

Text displayed in the error note.

sizeInterruption

optional, default is A file size limitation

Text displayed in the warning when file size > maxUploadSize

typeInterruption

optional, default is An unsupported upload file type

Text displayed in the warning when file type not in allowedMimeTypePattern

userInterruption

optional, default is A user action

Text displayed in the warning when the user interrupts the upload.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels