This example shows how to use the client-side API of Telerik Upload for ASP.NET MVC.

To use the client-side API you should first retrieve the upload's client-side object.

<script type="text/javascript">
function getUpload(){
    // The upload name is "attachments"
    return $("#attachments").data("tUpload");
}
</script>

Available client-side methods: