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

Progress Area not displaying during 1Gb file uploads

1 Answer 71 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Bobby Ross
Top achievements
Rank 1
Bobby Ross asked on 18 Dec 2010, 08:21 PM
I am having an issue where the progress area does not display when uploading very large files.  From the same page I attempt to upload a 300MB file and the progressarea will display correctly, but if submitting a very large file like 3Gb file to the same page no progress indicator is displayed.  

I have brought my code down to the basics as shown below and still the exact same results.

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
   </telerik:RadScriptManager>
 
   <telerik:RadUpload ID="RadUpload1" runat="server" />
   <telerik:RadProgressArea ID="RadProgressArea1" runat="server" />
   <telerik:RadProgressManager ID="RadProgressManager1" runat="server" />
   <asp:Button ID="Button1" runat="server" Text="Submit" />

The web.config is set correctly for large file sizes as when pressing submit with a very large file selected will still upload the file without error, only the progress area is not displayed.

Any help would be appreciated..

Thanks,
Bobby

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 23 Dec 2010, 10:31 AM
Hello Bobby Ross,

How did you manage to upload a 3GB file? The ASP.NET runtime will reject all requests that exceed 2GB, as specified here.

Regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start 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
Bobby Ross
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or