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

RadUpload not working while uploading 50MB file

2 Answers 123 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
SWETHA MANDAVA
Top achievements
Rank 1
SWETHA MANDAVA asked on 13 Oct 2010, 09:58 PM
WEB.CONFIG
<httpRuntime maxRequestLength="2024000" executionTimeout="10000"/>
  
ASPX
<telerik:RadUpload runat="server" ID="RadUpload1" Skin="WebBlue" ControlObjectsVisibility="None" MaxFileInputsCount="1" ReadOnlyFileInputs="true"></telerik:RadUpload>                         

When I try uploading locally I could upload 50MB file. But when I tried from server upload stops in middle with an error

404 - File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

can anyone reply me on how to handle upload for large files.

Thanks,
Swetha

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 19 Oct 2010, 08:27 AM
Hi SWETHA MANDAVA,

Which version of IIS do you use? If it is version 7 some additional tweaks are needed in order to upload large files. Please take a look at the following article for additional information.
All the best,
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
0
SWETHA MANDAVA
Top achievements
Rank 1
answered on 19 Oct 2010, 06:25 PM
Hi Genady,

I was using IIS7. Doing changes to web.config as mentioned in article resolved my issue.
Thanks for the response

Swetha
Tags
Upload (Obsolete)
Asked by
SWETHA MANDAVA
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
SWETHA MANDAVA
Top achievements
Rank 1
Share this question
or