I know this is a pretty old thread but is there a cleaner way to do this now?
All I want is the button, no dropzone, no file list and no "done" text in the drop zone after an upload.
I used this hack to remove the dropzone and .ShowFileList(false) to remove the file list. Unfortunately as soon as i successfully upload a file the dropzone reappears with the text "Done". I have tried calling kendo.ui.Upload.fn._supportsDrop = function() { return false; }
again in the complete event but it doesn't disappear.
Thanks,
Matt