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

RadUpload and RadProgressArea

6 Answers 174 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Timothy
Top achievements
Rank 1
Timothy asked on 16 Mar 2009, 05:08 PM
Hello,

Would appear as of version 2009.1.311.35 that the RadProgressArea is no longer displayed, please see following simple example:

<%@ Page Language="C#" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<script runat="server"
 
</script> 
 
<html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
    <title>Example</title> 
</head> 
<body> 
    <form id="form1" runat="server"
        <asp:ScriptManager runat="server" EnablePartialRendering="true" /> 
        <Telerik:RadProgressManager ID="ProgressManager1" runat="server" /> 
        <Telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="None" EnableFileInputSkinning="false" InputSize="30" /> 
        <Telerik:RadProgressArea ID="ProgressArea1" runat="server" /> 
        <asp:Button ID="btnTest" runat="server" Text="Submit 1" /> 
    </form> 
</body> 
</html> 

And my Web.Config contains:

        <httpHandlers> 
            <remove verb="*" path="*.asmx"/> 
            <add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler, Telerik.Web.UI" validate="false"/> 
        </httpHandlers> 
        <httpModules> 
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/> 
        </httpModules> 

Any help?

6 Answers, 1 is accepted

Sort by
0
Timothy
Top achievements
Rank 1
answered on 16 Mar 2009, 05:19 PM
If this helps, the above example works good with 2008.3.1105.35

Cheers,
Timothy Grant Vogelsang
0
Genady Sergeev
Telerik team
answered on 17 Mar 2009, 03:36 PM
Hello Timothy,

I have created a sample project using the very code you have provided. Using 2009.1.311 version of the controls, the progress area is present. You can find the project as an attachment. I will appreciate if you modify it in a way the issue is represent. Thus way we can investigate it further.

Sincerely yours,
Genady Sergeev
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jon
Top achievements
Rank 1
answered on 22 Apr 2009, 07:16 PM
Hello Genady,

I am also having difficulty with this. I have tried the progressbarissue.zip, with Telerik.Web.UI.dll 2009.1.402.20, and the progress bar does not appear.

Suggestions?

Thanks.

0
Genady Sergeev
Telerik team
answered on 23 Apr 2009, 10:25 AM
Hello Jon,

I have tested the sample project with the newest DLL and the progress area shows. I suggest you to try uploading larger file, for example more than 50mb. This is due to the file upload speed being very fast on a local host. Thus the file to upload is uploaded before the progress area has time to show.

Greetings,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jon
Top achievements
Rank 1
answered on 23 Apr 2009, 12:03 PM
Grenady,

Ah. That makes sense. I tried again with a 90mb file. Now I see the progress display.

Thanks!
0
Ramu
Top achievements
Rank 1
answered on 28 Dec 2010, 01:08 PM
Hi,

Thanks for this thread.I have similar problem.Now I was resolved issue with this link.

Thanks,
Bh.Ramu
Tags
Upload (Obsolete)
Asked by
Timothy
Top achievements
Rank 1
Answers by
Timothy
Top achievements
Rank 1
Genady Sergeev
Telerik team
Jon
Top achievements
Rank 1
Ramu
Top achievements
Rank 1
Share this question
or