Skip to content

Commit

Permalink
Update topic and image
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Mar 3, 2025
1 parent bff4377 commit eb28653
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 276 deletions.
272 changes: 0 additions & 272 deletions concepts/05 UI Components/FileUploader/00 Overview.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
- ****
The FileUploader can operate in two different modes, each demanding a different client- and server-side configuration. See the [Client-Side Settings](/concepts/05%20UI%20Components/FileUploader/20%20Upload%20Files/05%20Client-Side%20Settings '/Documentation/Guide/UI_Components/FileUploader/Upload_Files/Client-Side_Settings/') article for more details.
- **Uploading Options**
[Upload](/Documentation/Guide/UI_Components/FileUploader/Upload_Files/Client-Side_Settings/) files instantly or confirm upload with built-in buttons. Upload files [in chunks](/Documentation/Guide/UI_Components/FileUploader/Upload_Files/Client-Side_Settings/#Chunk_Upload) (requires [server-side setup](https://demos.devexpress.com/ASPNetMvc/Demo/FileUploader/ChunkUploading)) or when an [HTML form is submitted](/Documentation/Guide/UI_Components/FileUploader/Upload_Files/Client-Side_Settings/#Upload_Mode).

- **File Restrictions**
[Restrict](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#accept) types of files and specify[allowed file extensions](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#allowedFileExtensions). Set [maximum](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#maxFileSize)/[minimum](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#minFileSize) file size. Allow users to select either one file or [multiple](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#multiple) files at a time.

- **Validation**
All DevExtreme component [validation](/Documentation/Guide/UI_Components/FileUploader/File_Validation/) options are available for FileUploader. Configure [validation errors](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#validationErrors) and check if FileUploader [is dirty](/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#isDirty). Files are validated on the client, but [server-side validation](https://demos.devexpress.com/ASPNetMvc/Demo/FileUploader/Validation/) is also necessary.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ The following examples show how to configure the FileUploader for each upload mo
components: {
DxFileUploader
},

data() {
return {
//...
Expand Down Expand Up @@ -237,7 +236,6 @@ The following examples show how to configure the FileUploader for each upload mo
components: {
DxFileUploader
},

data() {
return {
//...
Expand Down
Binary file modified images/FileUploader/file-uploader-elements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb28653

Please sign in to comment.