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

Cannot Upload big files

1 Answer 66 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Bader
Top achievements
Rank 1
Bader asked on 30 Nov 2010, 03:01 PM
Hello,

I have a problem with uploading big files such as media files (60 - 100MB each). It is very important to upload this files using the FileExplorer control (Please view the attached image f1). I can upload small files using this control, but when I try to upload the big files I recieve the window which is in the attached image (f2).
Here is my code:

<telerik:RadFileExplorer runat="server" ID="FileExplorer1" Width="500px" Height="500px"
                            OnClientItemSelected="OnClientItemSelected" >
                            <Configuration ViewPaths="~/Media/Cnsrts/" MaxUploadFileSize="200000000" UploadPaths="~/Media/Cnsrts/"
                                DeletePaths="~/Media/Cnsrts/" />
                        </telerik:RadFileExplorer>

Please, I need your help,
It is apprecited to send me the modified code.

Regards,
Bader

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Dec 2010, 11:52 AM
Hi Bader,

Please, see the following article on the matter: Uploading Large Files.

Greetings,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
FileExplorer
Asked by
Bader
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or