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

possible setting different MaxUploadFileSize for different file types?

0 Answers 85 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Kevin Cabritit
Top achievements
Rank 1
Kevin Cabritit asked on 26 Apr 2018, 11:54 PM

     Is it possible to set maximum upload file size for different file types?
For example - images (jpg, png etc) have max size for 1mb

and pdf files have max of 4mb?

 

Currently my setup is 

 

    <telerik:RadFileExplorer  ID="RadFileExplorer1" runat="server" DisplayUpFolderItem="True"  
                             Width="100%" AvailableFileListControls="All" VisibleControls="TreeView, Grid, Toolbar, ContextMenus">
        <Configuration SearchPatterns="*.jpg,*.png,*.bmp,*.jpeg,*.gif,*.tif,*.doc,*.docx,*.zip,*.pdf" MaxUploadFileSize="1024" ></Configuration>
    </telerik:RadFileExplorer>

No answers yet. Maybe you can help?

Tags
FileExplorer
Asked by
Kevin Cabritit
Top achievements
Rank 1
Share this question
or