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

Radasyncupload, selection of multiple files does not work

1 Answer 174 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Felipe
Top achievements
Rank 1
Felipe asked on 27 Nov 2012, 05:25 PM
Good afternoon I have a problem when selecting multiple files in Radasyncupload, everything works perfectly, plus the selection of multiple files with CTRL not working since I enabled MultipleFileSelection = "Automatic" more still does not work when the dialogue continues I'm using the code
<telerik:RadAsyncUpload runat="server" AllowedFileExtensions=".jpg,.png" MultipleFileSelection="Automatic"
                                                    ID="rupImagens" TemporaryFolder="~/Maquinas/Dealer/Anexos/Foto/Tradin" Width="210px"
                                                    Culture="Portuguese (Brazil)" Skin="Default" MaxFileInputsCount="50" OverwriteExistingFiles="true"
                                                    OnFileUploaded="OnFileUploaded" OnClientFilesUploaded="OnFileUploaded" OnClientFileUploading="DesabilitaIbtInserir">
                                                    <Localization Remove="Remover" Select="Procurar..." Add="Adicionar" Clear="Limpar"
                                                        Delete="Deletar" />
                                                </telerik:RadAsyncUpload>

Att..

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 30 Nov 2012, 03:10 PM
Hello Felipe,

 
You can compare your code with the one in our on-line demo where multiple selection is working as expected. 

Please have in mind that RadAsyncUpload will try to use FileApi, Adobe Flash Player (v.10 or newer) or Silverlight for the file selection dialog to allow selecting multiple files. If neither of them is available, RadAsyncUpload will gracefully degrade to single file selection.

Greetings,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Felipe
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or