hello Telerik Team,
I have a Telerik AsynUpload Version 2011.1.315.35,
I set it as multifile upload but it select one file at a time
Regards
I have a Telerik AsynUpload Version 2011.1.315.35,
I set it as multifile upload but it select one file at a time
<script type="javascipt"> function DoFrameSize(){ doBody(); } Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function () { return false; } Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function () { return false; }<script><telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="RadAsyncUpload1"> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManager><telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" MultipleFileSelection="Automatic" OnClientFileSelected="DoFrameSize" ForeColor="Black"> <Localization Select="Add Files" /></telerik:RadAsyncUpload><telerik:RadProgressArea runat="server" ID="RadProgressArea1"></telerik:RadProgressArea> </div>Regards