Completed
Last Updated: 03 Feb 2022 10:52 by ADMIN
Created by: Imported User
Comments: 3
Category: Upload
Type: Feature Request
2
When we upload files with the Kendo Upload, it would be nice to upload them sequentially, in separate requests
Declined
Last Updated: 18 Oct 2021 13:13 by ADMIN
Created by: Chris
Comments: 1
Category: Upload
Type: Feature Request
2
It woudl be great if we coudl access an images dimensions on upload, to avoid having to do server trips to determine if an image is valid.
Completed
Last Updated: 25 Oct 2021 06:28 by ADMIN
Created by: Sawyer
Comments: 1
Category: Upload
Type: Feature Request
2
It would be nice to have xhr in upload's remove event handler since sometimes we need to modify/add http headers on request.
Declined
Last Updated: 30 Sep 2021 05:23 by ADMIN
Created by: Tony
Comments: 1
Category: Upload
Type: Feature Request
2
Hi. I'd love to use the file upload widget, but, like most devs, I need to do more than just upload a file.....html does that just fine. I need to be able to save the file name and size, possibly the extension, in a mysql database using php.

Please consider these enhancements to the file upload widget for the next release. I know you all are working on PHP wrappers and I hope a lot more documentation and tutorials for us PHP developers, so an upgrade like this, or a tutorial on the site that provides a working example of saving file details to the database using PHP could be added easily.

Thanks and keep the PHP stuff coming! It's making a huge difference and I think, based on the number of votes here, there are a ton of folks interested in using Kendo UI with PHP.
Unplanned
Last Updated: 06 May 2019 13:05 by ADMIN
Created by: Tayger
Comments: 5
Category: Upload
Type: Feature Request
2
When uploading a file the option "allowedExtensions" cares about the case sensitivity and blocks f.e. a file called "image.PNG" when allowedExtension is set to "png" (lower cased). 

Expected: Case sensitivity will be ignored or could be activated/deactivated by another option.
Completed
Last Updated: 20 Sep 2021 12:33 by ADMIN
Created by: David Berman
Comments: 1
Category: Upload
Type: Feature Request
2
The upload control takes up a lot of space on the web page when you upload a lot of files.  As each file completes, I want an easy way to remove those files.  Ideally, a configuration option to automatically remove completed files otherwise a function to remove the file from the list from within the Success event.
Completed
Last Updated: 19 Sep 2016 08:22 by ADMIN
Created by: Imported User
Comments: 2
Category: Upload
Type: Feature Request
2
can refer http://tus.io/demo.html for resumable file upload.
and http://www.dropzonejs.com/ for drop zone.
its beautiful and important plugin. hope fully kendo can intergrated.
Unplanned
Last Updated: 18 Feb 2022 05:47 by ADMIN
Created by: Boris
Comments: 0
Category: Upload
Type: Feature Request
2
It would help a lot if we could prepopulate the kendoUpload field file list also in synchronous mode.
Completed
Last Updated: 18 Feb 2022 05:55 by ADMIN
Created by: Mitchell
Comments: 1
Category: Upload
Type: Feature Request
2
If we have a upload control with simple validation on allowed extensions and upload 50 files, the "k-upload-status" element prematurely gets set to "Done" once it finds a file type that is not allowed.  If a user is not paying attention they could think that the upload is complete.  It seems silly to mark an entire queue of files as "Done" after the first failure while uploading multiple items and while items are still uploading.  While the upload may technically be "done" it really failed and should say "Partially done" or some other message than "Done".

Also, placing an exclamation icon next to done is not very clear when an file does legitimately fail.  The icon needs to be more prevalent and have a tooltip to describe it further.  Most of my users in production have not noticed the icon and have thought that the upload completed.  This is especially a problem if a user is uploading thousands of files and does not scroll down during/after upload.
Completed
Last Updated: 06 Dec 2021 07:06 by ADMIN
Scenario: Imagine you implemented upload widget within grid and it can upload multiple files. After you upload, you realize you need to delete one of the uploaded file. Currently you cannot choose to delete either of the uploaded multiple files in edit mode. It would be nice to display preuploaded files in upload widget when the grid is in edit mode, so that user can delete the files that are not necessary anymore.
Declined
Last Updated: 26 Jul 2021 05:01 by ADMIN
Created by: Imported User
Comments: 2
Category: Upload
Type: Feature Request
2
I would like to be able to use a progress bar while uploadiing files synchronous using the MVC Upload control
Duplicated
Last Updated: 30 Jun 2020 08:58 by ADMIN
Created by: Andre Beauchamp
Comments: 1
Category: Upload
Type: Feature Request
2

Hi!

We would like to be able to copy an image from the clipboard for the kendo file upload.

An example of the feature is depicted by this service : https://pasteboard.co/

I see this as a way to setup the paste event to be captured by the component.
This feature could be used in the jQuery or angular version alike.

 

Thanks!

Unplanned
Last Updated: 07 Feb 2020 12:49 by Dave

Bug report

The complete event is triggered after each file upload if chunkSize is set.

Reproduction of the problem

  1. Open this Dojo example.
  2. Select at least two files to be uploaded.

Current behavior

The complete event is triggered for each file after the uploading is done.

Expected/desired behavior

The complete event should trigger only once when the upload process for all files is completed.

Workaround in this Dojo example

Environment

  • Kendo UI version: 2020.1.114
  • Browser: [all]
Unplanned
Last Updated: 11 Nov 2024 15:40 by Mark
Created by: Razvan
Comments: 1
Category: Upload
Type: Feature Request
2
Hi Team,

I understand at the moment it is not available, but I would like to see drag and drop functionality in the future for the Kendo UI Upload's Synchronous mode.  

Thank you!
Unplanned
Last Updated: 25 Mar 2024 13:35 by Ranjini
Created by: Ranjini
Comments: 0
Category: Upload
Type: Feature Request
1
Expose the ability to set the ChunkSize in gigabytes. For example through a string.
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
Unplanned
Last Updated: 15 Apr 2020 15:17 by Dan

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]
Unplanned
Last Updated: 05 Jun 2019 09:30 by ADMIN

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>

Unplanned
Last Updated: 04 May 2021 19:22 by ADMIN
Created by: Ron
Comments: 0
Category: Upload
Type: Feature Request
1

Hi Team, 

I would like to request the functionality to remove the Drag and Drop upload configuration using the built-in API of the Kendo UI Upload. 

Thank you!

Unplanned
Last Updated: 07 Jan 2022 23:42 by ADMIN
Created by: SturmA
Comments: 0
Category: Upload
Type: Feature Request
1

Hi Team,

I would like to request a built-in event which would fire when any validation fails within the Kendo UI Upload.  

Thank you!