• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

CustomMessagesComponent

Custom component messages override default component messages (more information and example).

<kendo-fileselect>
    <kendo-fileselect-messages
        dropFilesHere="Drop your file here"
        select="Upload file">
    </kendo-fileselect-messages>
</kendo-fileselect>

Selector

kendo-upload-messages, kendo-fileselect-messages, kendo-uploaddropzone-messages

Inputs

NameTypeDefaultDescription

cancel

string

Sets the text for the Cancel button.

clearSelectedFiles

string

Sets the text for the Clear button.

dropFilesHere

string

Sets the drop-zone hint.

externalDropFilesHere

string

Sets the external drop-zone hint.

filesBatchStatus

string

Sets the status message for a batch of files.

filesBatchStatusFailed

string

Sets the status message for a batch of files after failed upload.

filesBatchStatusUploaded

string

Sets the status message for a batch of files after successful upload.

fileStatusFailed

string

Sets the file status message after failed upload.

fileStatusUploaded

string

Sets the file status message after successful upload.

headerStatusPaused

string

Sets the header status message when the file upload is paused.

headerStatusUploaded

string

Sets the header status message after the file upload completes.

headerStatusUploading

string

Sets the header status message during the upload of the file.

invalidFileExtension

string

Sets the text for the invalid allowedExtensions restriction message.

invalidMaxFileSize

string

Sets the text for the invalid maxFileSize restriction message.

invalidMinFileSize

string

Sets the text for the invalid minFileSize restriction message.

pause

string

Sets the text for the Pause button.

remove

string

Sets the text for the Remove button.

resume

string

Sets the text for the Resume button.

retry

string

Sets the text for the Retry button.

select

string

Sets the text for the Select button.

uploadSelectedFiles

string

Sets the text for the Upload files button.

In this article

Not finding the help you need?