Declined
Last Updated: 17 Jun 2021 10:55 by ADMIN

There should be a render function of some sort that can be called that changes how the Uploads are displayed.
In the attached image, I uploaded a single file, then two additional files.
Rather than having a set of one and a set of two, I'd prefer to have either a set of three, or three sets of 1. 

 

I understand that the plugin creates an input element for each individual uploading, however, I think there would be value in being able to join or split those files into multiple elements. It may even be beneficial to add and utilize a FileList object in the Kendo Upload object, as this would allow for the uploads to be sorted alphabetically, or by type, and so on. 

 

To recreate the behavior mentioned, simply upload any number of files to an Upload control and then do that one more time. The behavior can be recreated on the Telerik website demos.

Declined
Last Updated: 10 Feb 2020 12:57 by ADMIN
Created by: Mr. Rony
Comments: 1
Category: Upload
Type: Feature Request
1
Put a KENDO Upload for JQUERY sample folder because not exits into the zip of current comercial version and internal version than KENDO Upload MVC it exist.. The idea is explain how to implement a web api across kendo upload/ saveurl /save ???
Declined
Last Updated: 01 Mar 2017 16:22 by ADMIN
Created by: Christian Storb
Comments: 1
Category: Upload
Type: Feature Request
1
I suggest you to enable Image Insertion to the Suggestion description! 
Declined
Last Updated: 03 Dec 2021 08:57 by ADMIN
Created by: Timothy
Comments: 3
Category: Upload
Type: Feature Request
3
The Upload widget would be vastly more useful if it could upload with the  PUT as this would enable direct to S3 or GCS PUTs.
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
Declined
Last Updated: 26 Jul 2021 04:53 by ADMIN
Created by: Imported User
Comments: 3
Category: Upload
Type: Feature Request
1
I would like to be able to be able to use unique filenames when uploading files asynchronous or maybe filnames based on GUID names
Declined
Last Updated: 21 Sep 2021 11:26 by ADMIN
when we want to storage files directly to Azure storage we need first to upload the files to the server and then upload from the server to the azure storage...
why there isn't an option like RadCloudUpload that support cloud storage providers ?
Declined
Last Updated: 03 Dec 2021 07:50 by ADMIN
Created by: Imported User
Comments: 0
Category: Upload
Type: Feature Request
2
currently i can retrieve lastmodifieddate by using onUpload() event, but i cannot retrieve creation date. i hope kendo can update the kendo upload that can provide creationdate.
Declined
Last Updated: 11 Nov 2021 12:09 by ADMIN
Incorporate some mechanism which will allow us to handle situations where a file is uploaded, yet the target folder already has a file with the same name.  i.e. An event that is fired we can trap which will allow us to rename the file, then save it.
Declined
Last Updated: 21 Sep 2021 11:23 by ADMIN
Created by: Tony
Comments: 1
Category: Upload
Type: Feature Request
5
In order to be able to manage files attached to server objects, it would be nice if we could bind the Upload widget to a datasource. 
The read() method of the datasource could be used to load the widget with the list of files attached to a given server object. 
The create() method would be used to upload new files to the sever.
The destroy() method would be used for deleting existing files on the server.

This would make the upload widget more consistent with other widgets like the combo boxes or the dropdown lists.
Declined
Last Updated: 25 Oct 2021 06:47 by ADMIN
Created by: Joshua
Comments: 1
Category: Upload
Type: Feature Request
1
The current upload control does not allow the PUT verb. This means you cannot use it with Amazon S3 without implementing a proxy server. The problem with the proxy server approach is that it places unneeded strain on your own servers and you get charged twice for data transfer, once on the way in to the proxy server and again from the proxy server to S3.
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.
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.