Completed
Last Updated: 11 Feb 2024 19:11 by ADMIN
Release 2024 Q2 (May)

Describe the bug
The current version of the Native Upload doesn't display icons for the Close/Cancel and Retry buttons that are visible in the files' list of the component.

To Reproduce

  1. Open this example
  2. The discussed icons are missing

Expected behavior
The Cancel and Retry buttons should be visible as in this screenshot:
image

Planned
Last Updated: 29 Mar 2023 08:05 by n/a

Describe the bug
multiple false still allows more than one files dropped on windows

To Reproduce
https://stackblitz.com/edit/gvptz7-ltakhv?file=src%2Fmain.vue

Drop more than one file on windows
Expected behavior
it should not be allowed

Unplanned
Last Updated: 28 Mar 2023 08:33 by ADMIN

The Upload component has the option to configure it to accept single or multiple files for upload. 

When the component is configured to accept only one file, the text in its Select button should be in singular form - "Select file..." instead of "Select files..."

Unplanned
Last Updated: 25 Jan 2023 06:37 by ADMIN
Scheduled for R2 2023 - Increment 1 (01.03.2023)

Describe the bug
With the current Upload implementation, the component doesn't provide an option to filter the files that are selected for upload if the auto-upload property is set to true.

Currently, the files can be filtered only if the auto-upload is set to false as in this StackBlitz example.

To Reproduce

  1. Open this StackBlitz example with auto-upload property set to true
  2. Select multiple files + one that has the letter "g" in its name

Expected behavior
The file with the letter "g" should not be uploaded

  • As a possible solution for the issue, we can provide an event that is triggered before the file upload and when the event is triggered, the files will be filtered.