Vue FileUploader - Overview
FileUploader is a UI component that allows users to upload files to the server. Users can select files in the file explorer or drag and drop them onto the FileUploader area on the page.
In this overview, you can find a map of FileUploader elements, information about key features, and what to explore next.
Key Features
Uploading Options
Upload files instantly or confirm upload with built-in buttons. Upload files in chunks (requires server-side setup) or when an HTML form is submitted.File Restrictions
Restrict types of files and specifyallowed file extensions. Set maximum/minimum file size. Allow users to select one file or multiple files simultaneously.Validation
All DevExtreme component validation options are available for FileUploader. Configure validation errors and check if FileUploader is dirty. Files are validated on the client, but server-side validation is also necessary.
If you have technical questions, please create a support ticket in the DevExpress Support Center.