When we upload files with the Kendo Upload, it would be nice to upload them sequentially, in separate requests
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.
It would be nice to have xhr in upload's remove event handler since sometimes we need to modify/add http headers on request.
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.
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.
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.
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.
It would help a lot if we could prepopulate the kendoUpload field file list also in synchronous mode.
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.
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.
I would like to be able to use a progress bar while uploadiing files synchronous using the MVC Upload control
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!
The complete event is triggered after each file upload if chunkSize is set.
The complete event is triggered for each file after the uploading is done.
The complete event should trigger only once when the upload process for all files is completed.
Workaround in this Dojo example
When a user clicks the Kendo UI Upload's "select files" button in Firefox, they will need to click twice.
The first click should trigger the menu to open for uploading files.
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.
GetFiles returns an array with one item after removing the file from the list.
The method should return an empty array.
Reproduction of the Problem:
Dojo: http://dojo.telerik.com/@grabbi/ayiQOGoT
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 () {</script>
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!
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!