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

Rad Upload - Upload large file

7 Answers 178 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ankit Agrawal
Top achievements
Rank 1
Ankit Agrawal asked on 09 Dec 2009, 06:06 AM
My application has a requirement for uploading files of more that 1gb. I tried some ways but they are not working.

1. Change the httpruntime. Following is the config entry in my web.config.

<httpRuntime maxRequestLength="1024000" executionTimeout="3600000" />

Kindly suggest if its possible to upload large files using RAD upload tool and if yes, then how is it possible.

Following is my ASPX:

    <div>
        <radG:RadUpload ID="rdUpload" runat="server" MaxFileSize="10240000"/>
<%--        <radG:RadProgressArea ID="prg" runat="server" ></radG:RadProgressArea>
        <radG:RadProgressManager ID="pm" runat="server" />
--%>        <asp:Button ID="btnSave" runat="server" Text ="Save" />
<asp:Label ID="lbl" runat="server"></asp:Label>
    </div>

Further i tried ASP FileUpload control and was able to upload large files.

And also let me know if there are any best practices for Rad upload control.




7 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 11 Dec 2009, 09:43 AM
Hello Ankit Agrawal,

Which version of IIS do you use? Try to modify the httpRuntime section the following way:

<httpRuntime maxRequestLength="2000000" executionTimeout="3600000" />

If you use IIS7, please consult with this help article for more information on how to allow large file uploads.


Greetings,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ankit Agrawal
Top achievements
Rank 1
answered on 13 Dec 2009, 11:42 PM
Hi,

I am using IIS 6. I have tried changing the httpruntime but it doesn't seem to work.

0
Genady Sergeev
Telerik team
answered on 14 Dec 2009, 03:55 PM
Hi Ankit Agrawal,

As an attachment to this replay sample project that is capable of uploading 1gb file. Can you confirm that it works at your side?


Best wishes,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ankit Agrawal
Top achievements
Rank 1
answered on 14 Dec 2009, 06:40 PM
Hi,

Thanks for the response. 

I am currently using the Telerik version 2007 Q2 and the sample code doesn't work as i dont have the Telerik.Web.UI assembly.

Regards,
Ankit
0
Genady Sergeev
Telerik team
answered on 16 Dec 2009, 12:46 PM
Hello Ankit Agrawal,

It seems that you are using the classic upload. Please, consult with the following help article on how to upload large files

Regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Thomas
Top achievements
Rank 1
answered on 02 Dec 2010, 06:18 PM
Hello,

the example doesn't work at my Server. The upload stops (--> attachment). I am using IIS 6, too.

What can I do?

Best Regards

Thomas
0
Genady Sergeev
Telerik team
answered on 08 Dec 2010, 11:30 AM
Hello Thomas,

We have already answered to you in the support thread. I suggest that we continue the conversation there, since I believe it would be a bit easier to follow each other.

Best wishes,
Genady Sergeev
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
Upload (Obsolete)
Asked by
Ankit Agrawal
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Ankit Agrawal
Top achievements
Rank 1
Thomas
Top achievements
Rank 1
Share this question
or