Completed
Last Updated: 16 Oct 2020 10:58 by ADMIN

Bug report

When we have a scenario with the Upload component configured with a chunk upload configuration, we cannot upload a file that contains an apostrophe in its name.

  • The reported issue is not reproducing when the Upload is used inside a form or when it is configured to work in Asynchronous mode.
  • The reported issue is also no reproducing when we try to upload a file that contains the ( ` ) symbol. It is replicated only when the apostrophe is in the filename

Reproduction of the problem

  1. Open this demo
  2. Upload the Dr's notes.pdf file from the below archive
    TestFiles.zip

Current behavior

The selected for upload file is not being uploaded.

** If the above scenario is tested in an MVC project, the error returned from the server is "A potentially dangerous Request.Form value was detected from the client". Below you will find a test project:
ChunkUpload.zip

Expected/desired behavior

The files selected for upload should not have any issues with their uploading, no matter if there is an apostrophe in their name or not.

Environment

  • Kendo UI version: 2020.3.915
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 15 Jun 2023 08:50 by ADMIN

Bug report

When a user clicks the Kendo UI Upload's "select files" button in Firefox, they will need to click twice.

Reproduction of the problem

  1. Please visit this Kendo UI Upload Live Demo with FireFox,.
  2. Click the select button, and click again.

Expected/desired behavior

The first click should trigger the menu to open for uploading files.

Environment

  • Kendo UI version: 2022.3.1109
  • jQuery version: All Supported Versions
  • Browser: Firefox 108.0
Completed
Last Updated: 30 Oct 2020 13:11 by ADMIN
Release 2020.R3.SP.next

Bug report

There are no configuration options dedicated to localizing the text in the arial-label attribute of these buttons. We localize other buttons, such as the "remove" and "cancel" buttons.

Reproduction of the problem

Dojo example.

  1. Select a bigger file, which will allow the "pause" and "resume" buttons to appear.

Current behavior

The aria-label value is in English.

Expected/desired behavior

The aria-label value is localized.

Environment

  • Kendo UI version: 2020.2.513
  • jQuery version: x.y
  • Browser: [all ]
Completed
Last Updated: 31 Jan 2022 10:21 by ADMIN
Created by: Guenter
Comments: 1
Category: Upload
Type: Bug Report
0

Hello

 

on https://demos.telerik.com/kendo-ui/upload/async

 

In the area also available for

Also available for:

 

 

the .net core link is broken

https://demos.telerik.com/aspnet-core/upload/async

 

If you go there directly the link is

https://demos.telerik.com/aspnet-core/upload/asyncupload

 

Completed
Last Updated: 16 Oct 2020 07:04 by ADMIN
Release 2020.R3.SP.next

Bug report

In some of the SASS themes when a file is uploaded, 'Cancel' and 'Upload' buttons are not marked as focused when navigating through Tab key

Reproduction of the problem

  1. Open the Upload Overview Demo
  2. Select one of the following themes - Fiori, Flat, Metro, Metro Black, Nova, Office 365
  3. Upload a file
  4. Navigate by using the Tab key

Current behavior

The 'Upload' and 'Cancel' buttons are not styled as focused

Expected/desired behavior

The 'Upload' and 'Cancel' buttons should be styled as focused

Environment

  • Kendo UI version: 2020.2.617
  • Browser: [all]
Completed
Last Updated: 29 Jan 2024 10:10 by ADMIN

Bug report

The Upload popup is not opened if you click near the button's border

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/uSedeSUq/7
  2. Click the button as close to the border as possible

Current behavior

The select popup does not open

Expected/desired behavior

The select popup should open

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Completed
Last Updated: 18 Jan 2024 15:14 by ADMIN
Release 2024 Q1
Created by: Jansen
Comments: 2
Category: Upload
Type: Bug Report
0

Bug report

When the 'Select files' button and the 'Submit' button are rendered close to each other and the 'Submit' button is clicked the 'Select files' popup is opened. Thus, the selected file could not be submitted. The issue appears on IOS in Safari and Chrome.

Reproduction of the problem

  1. Open the Dojo linked here on iOS device
  2. Click the 'Submit' button

Current behavior

The 'Select files' popup is opened.

Expected/desired behavior

In case there are selected files when the submit button is clicked, the files should be submitted. The 'Select files' popup should not be opened.

The issue is a regression starting with 2023 R1 SP1 (2023.1.314) version

Environment

  • Kendo UI version: 2023.1.42
  • Browser: [ iOS XX Safari | iOS Chrome ]
Completed
Last Updated: 25 Jul 2023 10:47 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)

Bug report

In an Upload configured with batch:true, if you select multiple files, the file icon is missing.

Regression introduced with 2023.2.606

Workaround - https://dojo.telerik.com/UpivAJUs/5

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/UpivAJUs/3
  2. Select at least two files at once

Current behavior

The file icon in the file list is missing

Expected/desired behavior

There should be a file icon in the file list

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
Completed
Last Updated: 10 Jan 2024 13:47 by ADMIN

Bug report

If you destroy the Upload after uploading a file, a JS error occurs in the console.

Reproduction of the problem

  1. Open this example - https://dojo.telerik.com/IVEfeMID/11
  2. Upload a file

Current behavior

An error is thrown after destroying the component

Expected/desired behavior

No errors should be thrown

Environment

  • Kendo UI version: 2023.2.718
  • Browser: [all]