Telerik UI for ASP.NET Core Upload Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
HtmlHelper
TagHelper
Files:
index.cshtml
IndexController.cs
Index_TagHelper.cshtml
ChunkUploadController.cs

Also available for:

CLIENT-SIDE API HTML HELPER API
devcraft ninja image

The Upload component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Description

The Telerik UI for ASP.NET Core File Upload component allows users to upload files in an easy and intuitive manner. It enables you to upload a file by dragging it to a dropzone and submit the files asynchronously in chunk of files.

This demo shows how to allow only specific file types for upload.

The Telerik UI for ASP.NET Core Upload component is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich applications. The UI for ASP.NET Core Upload is a server-side wrapper for the Kendo UI for jQuery Upload component and supports an HtmlHelper and a TagHelper mode.

This Upload example is part of a unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik UI for ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Functionality and Features

  • Dragging and dropping—You can upload a file by dragging and dropping it over the comoponent.
  • File processing—The Upload component provides the ability for persevering the initially selected files, uploading batches of files, and uploading files in chunks through multiple requests.
  • Synchronous and asynchronous operation modes—The Upload component allows to process the files uploaded to it in both a synchronous and asynchronous manner.
  • Validation—The files in the Upload can be validated against their extension and size.
  • Templates—Customize the rendering of the files in the file list.
  • Accessibility—The Upload component is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Additional Apps

This Upload example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources