Unplanned
Last Updated: 15 Apr 2020 15:17 by Dan
Dan
Created on: 15 Apr 2020 15:17
Category: Upload
Type: Bug Report
1
Upload getFiles method inconsistent behavior in success event.

Bug report

The getFiles method does not return correct results when used in the success event. If you upload a file, the method in the success event will return an array with one item. If you remove a file, the same would return again an array with one item.

Reproduction of the problem

  1. Open this Dojo example.
  2. Upload a file and open the console.
  3. Remove the file.

Current behavior

GetFiles returns an array with one item after removing the file from the list.

Expected/desired behavior

The method should return an empty array.

Environment

  • Kendo UI version: 2020.1.406
  • Browser: [all]
0 comments