Unplanned
Last Updated: 16 Feb 2024 12:05 by Dan

Would be great if the various pieces of the Upload were more modular so devs didn't have to dig through and copy a bunch of source code into their project just to add a couple of buttons to the control (like validation messages, file text, icons, progressbar, etc). Feels like the control is kind of half-baked.

I think the most common scenario is that developers just want to tweak the template slightly. It seems like kendoUploadFileInfoTemplate attempted to provide this, but doesn't feel like a complete solution.

That is why I want to request a similar template which preserves all the Upload features but allowing slight modifications, or separate components that represent the uploaded file pieces. Currently, I had to dig into the source code to figure out how to reproduce the status messages and size display.  If there were components for these elements that would not be necessary. 


Declined
Last Updated: 18 Jul 2023 15:37 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Upload
Type: Feature Request
1

There are cases where the drag & drop area is not used.

The purpose of the 'compact' option is to remove the drag & drop area and leave just the 'Select files' button, like defining:

<input type="file" />


Declined
Last Updated: 09 Feb 2022 08:52 by ADMIN

Change the tabindex of input tag from - 1 to 0. So that enter key press will work with screen reader tools.

Alt+Enter is working but screen reader reading like "To activate press Enter".

To reproduce :

https://www.telerik.com/kendo-angular-ui/components/uploads/upload/keyboard-navigation/

Duplicated
Last Updated: 09 Feb 2022 07:18 by ADMIN
Created by: Revathi
Comments: 0
Category: Upload
Type: Feature Request
0

Change the tabindex of input tag from - 1 to 0. So that enter key press will work with screen reader tools.

Alt+Enter is working but screen reader reading like "To activate press Enter".

To reproduce :

https://www.telerik.com/kendo-angular-ui/components/uploads/upload/keyboard-navigation/

Unplanned
Last Updated: 25 Oct 2021 08:08 by ADMIN

There appears to be a allowedExtensions (Whitelist) but not a disallowedExtensions(Blacklist) link to docs

  public uploadRestrictions: FileRestrictions = {
    allowedExtensions: ['.jpg', '.png'],
  };
Is there a blacklist functionality that just allows us to say Allow anything but .exe files or something similar?

 

 

 

 

 

 

Completed
Last Updated: 06 Jul 2021 12:42 by ADMIN
Created by: Tom
Comments: 4
Category: Upload
Type: Feature Request
2
At the moment you can specify a template and make a download link yourself. But then you loose the pretty visualization, including upload progress etc.

Would be nice if you can specify a download url or download method to trigger when one of the uploaded files is clicked.
Duplicated
Last Updated: 06 Jul 2021 12:36 by ADMIN
Created by: Bob
Comments: 1
Category: Upload
Type: Feature Request
4
Ability to upload folders with sub-folders from Angular upload component.
Declined
Last Updated: 22 Jun 2021 13:40 by ADMIN
I would like to have possibility to provide service extending angular's http service to perform API calls. 
Unplanned
Last Updated: 16 Jun 2021 12:19 by ADMIN
Created by: Nino
Comments: 1
Category: Upload
Type: Feature Request
14
Same functionality as jQuery upload at https://demos.telerik.com/kendo-ui/upload/directoryupload
Duplicated
Last Updated: 16 Jun 2021 12:18 by ADMIN
Created by: Alex
Comments: 0
Category: Upload
Type: Feature Request
4

Hi,

Please provide an option that allows to upload a directory by selecting it or by dragging and dropping it similar to the upload directory functionality of the Kendo UI for jQuery Upload:

https://demos.telerik.com/kendo-ui/upload/directoryupload

Thank you

Completed
Last Updated: 14 Jun 2021 14:14 by ADMIN
Created by: Esha
Comments: 1
Category: Upload
Type: Feature Request
1
While using the kendo upload for multiple uploads, all the uploads happen simultaneously. We are looking for solution by which, though the files are added in bulk, the backend call should happen one by one or sequential. To elaborate my point, Lets say I happen to select 3 files, I would want the upload of file 2 to happen only when file 1 upload is over (successful or error), and file 3 to upload after 2 is over and so on.Lets say while two is uploading, I should be able to add file 4. But fie 4 will begin only after file 3 is over.
Declined
Last Updated: 01 Jun 2021 14:09 by ADMIN
Created by: Rutvik
Comments: 1
Category: Upload
Type: Feature Request
1

We want to upload file on click of any kendo button or Kendo icon button.

We don't want the drag and drop feature in that. On click of a button, it will ask us to select a file and on click of OK, that file will be auto-update or thumbnail of that file shown besides to that button.

Completed
Last Updated: 13 May 2020 08:06 by ADMIN
Created by: Graeme
Comments: 3
Category: Upload
Type: Feature Request
9
The current upload component does not support chunking or streaming which is important when dealing with large files.
Completed
Last Updated: 13 May 2020 08:04 by ADMIN
Created by: Jason
Comments: 2
Category: Upload
Type: Feature Request
9
File upload with drag/drop area
Completed
Last Updated: 25 Sep 2019 08:08 by ADMIN
I'm interested in the uploadFiles function of the Kendo UI Upload for Angular component, but I don't see any examples anywhere on invoking this.  Could someone please share an example on the documentation pages?
Completed
Last Updated: 25 Sep 2019 08:07 by ADMIN
Declined
Last Updated: 23 May 2019 08:57 by ADMIN
Created by: sikandar
Comments: 1
Category: Upload
Type: Feature Request
1
Unplanned
Last Updated: 05 Mar 2019 08:30 by ADMIN
Created by: Iliyan
Comments: 2
Category: Upload
Type: Feature Request
3
Provide an async mechanism to confirm action before removing files (eg. using Observables).