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

No Progress to be found

1 Answer 59 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 2
Michael asked on 18 Sep 2008, 12:22 PM
I cannot seem to get any progress to display.  Maybe I'm not understanding how this control works.  Here's what I have:

<telerik:RadProgressManager ID="RadProgressManager1" runat="server" /> 
    <telerik:RadProgressArea ID="RadProgressArea1" ProgressIndicators="TotalProgress" runat="server" DisplayCancelButton="True" Skin="Hay"
<Localization Uploaded="Uploaded"></Localization> 
    </telerik:RadProgressArea>     
<p>Desktop Image (<strong>.jpg,.jpeg,.png < 2mb file size, keep it work safe!</strong>)</p> 
<p> 
   <telerik:RadUpload ID="rdupImage" runat="server" AllowedFileExtensions=".jpg,.jpeg,.png"  
                        ControlObjectsVisibility="None" MaxFileSize="2500000"  
                        TargetFolder="~/desktops" Skin="Hay"  
    MaxFileInputsCount="1"
    </telerik:RadUpload> 
</p> 

I've gone through demos, I've added stuff to the web.config - no progress.  I put the thread to sleep for a few seconds to see it, nothing.  Do I need to create custom code for the progress to show?

I'm using the latest version of the controls; developing on latest version of FF.  Please help.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 22 Sep 2008, 11:24 AM
Hello Michael,

No, you don't need any custom code in order for the progress area to show. Have in mind that on localhost file uploads may occur too fast hence the progress dialog may never appear. Have you tested with larger files?

If this does not help you could send us a sample project which does not work. To do so please open a support ticket.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Michael
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Share this question
or