Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-1886

...

<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 

selectNewCaptiondropZoneCaption

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

Text displayed as tooltip on the upload buttonlabel for dropping invitation.

dropZoneCaptionselectNewCaption

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

Text displayed as label for dropping invitation tooltip on the upload button.

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 

dropZoneCaption

fileDetailHeaderCaption

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

Text displayed as file detail header.label for dropping invitation.

errorNoteCaption

optional, default is An Error occurred while uploading your file

Text displayed in the error note.

fileDetailFormatCaptionfileDetailNameCaption

optional, default is Name Format

Text displayed as file name format label.

fileDetailSizeCaptionfileDetailHeaderCaption

optional, default is Size File detail

Text displayed as file size labeldetail header.

fileDetailFormatCaptionfileDetailNameCaption

optional, default is Format Name

Text displayed as file format name label.

fileDetailSourceCaptionfileDetailSizeCaption

optional, default is Source Size

Text displayed as file source size label.

deleteCaptionfileDetailSourceCaption

optional, default is Upload a new File... Source

Text displayed as tooltip on the delete iconfile source label.

selectAnotherCaption

optional, default is Upload a new File...

Text displayed on the upload button.

successNoteCaptionsizeInterruption

optional, default is Your file has been uploaded successfully A file size limitation

Text displayed in the success note.warning when file size > maxUploadSize

successNoteCaptionerrorNoteCaption

optional, default is An Error occurred while uploading your file Your file has been uploaded successfully

Text displayed in the error success 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.