Skip to content

Instantly share code, notes, and snippets.

@jbouy
Created August 27, 2013 03:23
Show Gist options
  • Save jbouy/6349323 to your computer and use it in GitHub Desktop.
Save jbouy/6349323 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function () { return false; };
Telerik.Web.UI.RadAsyncUpload.Modules.FileApi.isAvailable = function() {return false; };
Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() {return false; };
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment