Unplanned
Last Updated: 05 Jun 2019 09:30 by ADMIN
Sven
Created on: 04 Jun 2019 11:16
Category: Upload
Type: Bug Report
0
Issue with Chunk Upload while Removing a File from list and Validation is activated

Reproduction of the Problem:

Dojo: http://dojo.telerik.com/@grabbi/ayiQOGoT

  • Select multiple files in Upload-Widget with not allowed extensions or filesize greater then allowed
  • Remove one File from the list (not the last one)
  • Then the upload of the next file starts

This behaivior only occures when Chunk Upload is selected and some kind of validation is activated too.

Expected behaivior:

When Removing a file the file is just removed from the list and no upload ist starting.

Code:

 

<input name="file" id="file" type="file" />

<script>

    $(document).ready(function () {

        $("#file").kendoUpload({
            async: {
                withCredentials: false,
                saveUrl: "save",
                chunkSize: 2000000,
                saveField: "files",
                autoUpload: false
            },
            validation: {
                maxFileSize: 500
            }
        });
    });

</script>

1 comment
ADMIN
Martin
Posted on: 05 Jun 2019 09:30
Hello Sven,

Thank you for reporting the issue. The behavior you are experiencing is a bug, so I am converting this thread to a Bug Report. The item could be followed in our Feedback Portal

I am updating your Telerik Points as a sign of gratitude.

Regards,
Martin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.