Upload

The Upload component allows users to transfer files from their devices to a web application by displaying progress and supporting various formats.

Sass Variables

The Telerik and Kendo UI Upload enables you to configure and customize its appearance through the available Sass variables. Additionally, to configure and customize the appearance of its buttons, use the Sass variables provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-upload-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the Upload.
kendo-upload-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Upload.
kendo-upload-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Upload.
kendo-upload-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Upload.
kendo-upload-max-height300px300pxDefault: 300pxComputed: 300px
Description: The maximum height of the list with uploaded items.
kendo-upload-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Upload.
kendo-upload-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Upload.
kendo-upload-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Upload.
kendo-upload-dropzone-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the Upload dropzone.
kendo-upload-dropzone-padding-yk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The vertical padding of the Upload dropzone.
kendo-upload-dropzone-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Upload dropzone.
kendo-upload-dropzone-bg$kendo-component-header-bg #fafafaDefault: $kendo-component-header-bgComputed: #fafafa
Description: The background color of the Upload dropzone.
kendo-upload-dropzone-border$kendo-upload-border rgba(0, 0, 0, 0.08)Default: $kendo-upload-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Upload dropzone.
kendo-upload-dropzone-hover-bg$kendo-hover-bg #f0f0f0Default: $kendo-hover-bgComputed: #f0f0f0
Description: The background color of the hovered Upload dropzone.
kendo-upload-status-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the Upload status message.
kendo-upload-status-text-opacitynullnullDefault: nullComputed: null
Description: The opacity of the Upload status message.
kendo-upload-item-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of an uploaded item.
kendo-upload-item-padding-yk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The vertical padding of an uploaded item.
kendo-upload-multiple-items-spacing12px12pxDefault: 12pxComputed: 12px
Description: The vertical spacing between uploaded batch items.
kendo-upload-validation-font-size11px11pxDefault: 11pxComputed: 11px
Description: The font size of the Upload validation message.
kendo-upload-icon-spacing$kendo-icon-spacing4pxDefault: $kendo-icon-spacingComputed: 4px
Description: The horizontal spacing of the Upload status icon.
kendo-upload-icon-color$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The color of the uploaded items icon.
kendo-upload-progress-thickness2px2pxDefault: 2pxComputed: 2px
Description: The thickness of the Upload progress bar.
kendo-upload-progress-bg$kendo-color-info #0058e9Default: $kendo-color-infoComputed: #0058e9
Description: The background color of the Upload progress bar.
kendo-upload-success-text$kendo-color-success #37b400Default: $kendo-color-successComputed: #37b400
Description: The success text color of the Upload.
kendo-upload-success-bg$kendo-color-success #37b400Default: $kendo-color-successComputed: #37b400
Description: The success background color of the Upload progress bar.
kendo-upload-error-text$kendo-color-error #f31700Default: $kendo-color-errorComputed: #f31700
Description: The error text color of the Upload.
kendo-upload-error-bg$kendo-color-error #f31700Default: $kendo-color-errorComputed: #f31700
Description: The error background color of the Upload progress bar.
kendo-upload-focus-shadow0 0 0 2px rgba(0, 0, 0, .13)0 0 0 2px rgba(0, 0, 0, 0.13)Default: 0 0 0 2px rgba(0, 0, 0, .13)Computed: 0 0 0 2px rgba(0, 0, 0, 0.13)
Description: The shadow of the focused Upload button, actions and uploaded items.