The messages type exposes the following properties.
| Name | Description | |
|---|---|---|
|
|
cmykImagesNotAllowed | Gets or sets a message which states that the selected image is CMYK, when CMYK images are denied for the upload. |
|
|
deletingFilesError | Gets or sets a message which states that the uploaded file cannot be deleted. |
|
|
dimensionsTooLarge | Gets or sets a message which states that the width or height of the selected image is too large. |
|
|
dimensionsTooSmall | Gets or sets a message which states that the width or height of selected image is too small. |
|
|
fileNameNotAllowed | Gets or sets a message which states that a user tries to select a file, the name of which is not allowed. |
|
|
fileSizeTooSmall | Gets or sets a message which states that a user tries to select a file that is too small. |
|
|
filesNotAdded | Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions. |
|
|
maxFileCountExceeded | Gets or sets a message which states that a user tries to select too many files. |
|
|
maxFileSizeExceeded | Gets or sets a message which states that a user tries to select a file which is too big. |
|
|
maxTotalFileSizeExceeded | Gets or sets a message which states that the total size of selected files is too large. |
|
|
noFileSystemAccessInSafari | Gets or sets a message which states that Java Uploader cannot access the local file system due to Safari security settings. |
|
|
noResponseFromServer | Gets or sets a message which states that an error was encountered when sending a request to the server and the server did not return any response. |
|
|
serverError | Gets or sets a message which states that an error occured. |
|
|
serverNotFound | Gets or sets a message which states that the server, specified in the uploadSettings.actionUrl parameter cannot be found. |
|
|
unexpectedError | Gets or sets a user-friendly message for errors which are meaningful to website developer only. |
|
|
uploadCancelled | Gets or sets a message which states that a user cancelled the upload. |
|
|
uploadCompleted | Gets or sets a message which notifies that the upload is successfully finished. |
|
|
uploadFailed | Gets or sets a message which states that the upload failed because the connection was broken. |