title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Disable Plugins |
Disable Plugins - RadAsyncUpload |
Check our Web Forms article about Disable Plugins. |
asyncupload/functionality/disable-plugins |
disable,plugins |
true |
0 |
When setting DisablePlugins property to true RadAsyncUpload does not use either Silverlight or Flash modules to upload files. With DisablePlugins property set to true the RadAsyncUpload uses File API (if the browser supports it) or the IFrame module. You can set the DisablePlugins property through mark up or in the code-behind.
note The DisablePlugins property is available As of Q3 2011.
Here is how you can set the property in the markup of your page:
<telerik:RadAsyncUpload RenderMode="Lightweight" runat="server" ID="RadAsyncUpload1" DisablePlugins="true"></telerik:RadAsyncUpload>
[Getting Started]({%slug asyncupload/getting-started%})
[RTL Support]({%slug asyncupload/accessibility-and-internationalization/rtl-support%})
[Localization]({%slug asyncupload/accessibility-and-internationalization/localizing-radasyncupload%})