This is a migrated thread and some comments may be shown as answers.

Rad AsyncUpload Select One File At a Time

4 Answers 112 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
saad
Top achievements
Rank 1
saad asked on 10 Sep 2011, 12:17 PM
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
<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

4 Answers, 1 is accepted

Sort by
0
saad
Top achievements
Rank 1
answered on 11 Sep 2011, 02:41 PM
Adding 1 file/document at a time. Need to be able to add multiple files at once.

Please help me as soon as possible !!
0
Shinu
Top achievements
Rank 2
answered on 16 Sep 2011, 01:20 PM
Hello Saad,

RadAsyncUpload allows for simultaneous selection of multiple files as long as there is Flash/Silverlight installed on the client machine.
For more information check the following articles Uploading files section.
Rad AsyncUpload for ASP.NET AJAX.

Thanks,
Shinu.
0
Daniel
Top achievements
Rank 1
answered on 08 Oct 2011, 10:57 AM
hi there
0
Daniel
Top achievements
Rank 1
answered on 08 Oct 2011, 10:57 AM
...
Tags
AsyncUpload
Asked by
saad
Top achievements
Rank 1
Answers by
saad
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Daniel
Top achievements
Rank 1
Share this question
or