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
Att..
<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..
