|
@@ -337,9 +337,9 @@ File "{name}" (<b>{size} KB</b>) exceeds maximum allowed upload size of <b>{maxS
|
|
```
|
|
```
|
|
where:
|
|
where:
|
|
|
|
|
|
-`{name}`: will be replaced by the file name being uploaded
|
|
|
|
-`{size}`: will be replaced by the uploaded file size
|
|
|
|
-`{maxSize}`: will be replaced by the `maxFileSize` parameter.
|
|
|
|
|
|
+- `{name}`: will be replaced by the file name being uploaded
|
|
|
|
+- `{size}`: will be replaced by the uploaded file size
|
|
|
|
+- `{maxSize}`: will be replaced by the `maxFileSize` parameter.
|
|
|
|
|
|
### msgFilesTooMany
|
|
### msgFilesTooMany
|
|
_string_ the message to be displayed when the file count exceeds maximum count as set in `maxFilesCount`. Defaults to:
|
|
_string_ the message to be displayed when the file count exceeds maximum count as set in `maxFilesCount`. Defaults to:
|
|
@@ -349,8 +349,9 @@ Number of files selected for upload <b>({n})</b> exceeds maximum allowed limit o
|
|
```
|
|
```
|
|
|
|
|
|
where:
|
|
where:
|
|
-`{n}`: will be replaced by number of files selected for upload
|
|
|
|
-`{m}`: will be replaced by the allowed maximum files as set in maxFilesCount
|
|
|
|
|
|
+
|
|
|
|
+- `{n}`: will be replaced by number of files selected for upload
|
|
|
|
+- `{m}`: will be replaced by the allowed maximum files as set in maxFilesCount
|
|
|
|
|
|
#### msgFileNotFound
|
|
#### msgFileNotFound
|
|
_string_ the exception message to be displayed when the file selected is not found by the FileReader. Defaults to:
|
|
_string_ the exception message to be displayed when the file selected is not found by the FileReader. Defaults to:
|
|
@@ -360,7 +361,7 @@ File "{name}" not found!
|
|
```
|
|
```
|
|
where:
|
|
where:
|
|
|
|
|
|
-`{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
+- `{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
#### msgFileNotReadable
|
|
#### msgFileNotReadable
|
|
_string_ the exception message to be displayed when the file selected is not readable by the FileReader API. Defaults to:
|
|
_string_ the exception message to be displayed when the file selected is not readable by the FileReader API. Defaults to:
|
|
@@ -370,7 +371,7 @@ File "{name}" is not readable.
|
|
```
|
|
```
|
|
where:
|
|
where:
|
|
|
|
|
|
-`{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
+- `{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
#### msgFilePreviewAborted
|
|
#### msgFilePreviewAborted
|
|
_string_ the exception message to be displayed when the file preview upload is aborted. Defaults to:
|
|
_string_ the exception message to be displayed when the file preview upload is aborted. Defaults to:
|
|
@@ -380,7 +381,7 @@ File preview aborted for "{name}".
|
|
```
|
|
```
|
|
where:
|
|
where:
|
|
|
|
|
|
-`{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
+- `{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
#### msgFilePreviewError
|
|
#### msgFilePreviewError
|
|
_string_ the exception message to be displayed for any other error when previewing the file. Defaults to:
|
|
_string_ the exception message to be displayed for any other error when previewing the file. Defaults to:
|
|
@@ -390,7 +391,7 @@ An error occurred while reading the file "{name}".
|
|
```
|
|
```
|
|
where:
|
|
where:
|
|
|
|
|
|
-`{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
+- `{name}`: will be replaced by the file name being uploaded
|
|
|
|
|
|
#### msgErrorClass
|
|
#### msgErrorClass
|
|
_string_ the css class for the error message to be displayed in the preview window when the file size exceeds `maxSize`. Defaults to `file-error-message`.
|
|
_string_ the css class for the error message to be displayed in the preview window when the file size exceeds `maxSize`. Defaults to `file-error-message`.
|