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

AsyncUpload and MaxFileInputsCount

1 Answer 101 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
FLIDEV
Top achievements
Rank 2
FLIDEV asked on 06 Aug 2010, 07:34 AM
Hi,

I'm using the AsyncUpload control to upload many files to the server (see the control definition at the end). The MultipleFileSelection is 'Automatic'  and MaxFileInputsCount is 5. In the file selection dialog you can select as many files, but I will be limited to 5 (MaxFileInputsCount). Is there a possibillity to check this.

Detlef!

<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" InputSize="35" 
            MultipleFileSelection="Automatic" 
            onfileuploaded="RadAsyncUpload1_FileUploaded" OverwriteExistingFiles="True" 
            ReadOnlyFileInputs="True" Skin="Windows7" TargetFolder="~/Files" 
            AllowedFileExtensions=".csv,.zip" 
            AllowedMimeTypes="text/comma-separated-values,application/zip" 
            MaxFileInputsCount="5" MaxFileSize="1048576" Height="200px" >
</telerik:RadAsyncUpload>

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 12 Aug 2010, 10:33 AM
Hello DKloess,

RadAsyncUpload should respect the MaxInputSize property when multiple file selection is enabled. However, currently this does not happen. We will fix the problem for the upcoming service pack. Thank you for pointing this problem to us. I've updated your telerik points accordingly. 

Kind regards,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
FLIDEV
Top achievements
Rank 2
Answers by
Genady Sergeev
Telerik team
Share this question
or