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:
Please, I need your help,
It is apprecited to send me the modified code.
Regards,
Bader
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
