syncfusion-aspnetcore-uploader
Installation
SKILL.md
Implementing Uploader in ASP.NET Core
The Uploader is a powerful file upload component for ASP.NET Core that handles file selection, validation, asynchronous uploads, drag-and-drop support, and progress tracking. This skill guides you through implementing Uploader in ASP.NET Core applications using Syncfusion's TagHelper syntax.
When to Use This Skill
Use this skill when you need to:
- Create file upload forms for images, documents, and media
- Implement asynchronous file uploads with progress feedback
- Validate file types and sizes before upload
- Support drag-and-drop file selection
- Handle multiple file uploads simultaneously
- Process file removal and cleanup
- Build enterprise-grade file management interfaces
- Implement chunk uploads for large files
- Integrate file uploads into HTML forms
- Support paste-to-upload and directory uploads
- Ensure proper file handling and security