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

RadFileExplorer

1 Answer 72 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
chaitali
Top achievements
Rank 1
chaitali asked on 14 May 2020, 04:35 AM

Can we upload large file using RadFileExcplorer without setting Maximum request length in web config file?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 14 May 2020, 11:03 AM

Hi Chaitali,

Yes, if the AsyncUpload is enabled in RadFileExplorer you can upload large files without setting the maximum request lenght on application level as the file will be uploaded in chuncks:

        <telerik:RadFileExplorer ID="RadFileExplorer1" runat="server" Skin="Default" EnableAsyncUpload="true">
            <Configuration ViewPaths="~/images" DeletePaths="~/images" UploadPaths="~/images" MaxUploadFileSize="99999999"/>
        </telerik:RadFileExplorer>

Regards,
Vessy
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
FileExplorer
Asked by
chaitali
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or