Posted 1 hour ago (permalink)
Another important thing for upload element is file list template. Somethink like 
<script id="template" type="text/x-kendo-template">
     <div>#= filename #, [#= filesize#]  
          <span class="menu">
          <ul>
               <li>#= button_delete #</li>
               <li><input class="k-button" value="Insert into text" onclick="insert()"></li>
               <li><input class="k-button" value="Copy path to bufer" onclick="copy()"></li>
          </ul>
          </span>
     </div>
</script>
This way i can path either tmplate ID or template object and affect list of files. 
Because upload is a very important thing nowadays and usually require more options than just upload.