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.
Thanks for the suggestion, David. At this point your option is to utilize the showFileList attribute (http://docs.telerik.com/kendo-ui/api/javascript/ui/upload#configuration-showFileList) of the upload to remove the file listing, if applicable.