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

[Solved] RadProgressArea problem

1 Answer 142 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
brin
Top achievements
Rank 1
brin asked on 29 Apr 2009, 02:15 PM
Hi

I have just been attempting to create an upload form which uses the RadProgressManager / RadProgressArea to indicate the progress of the upload. Having got this working perfectly on my local machine, I have uploaded to our test server.

On the server if I attempt to upload a file, once submit is clicked the page simply hangs and the upload progress is not displayed. The status bar in my browser (firefox) says "sending request", after around 5 minutes the RadProgressArea kicks in and the upload is completed as expected.

My starting point was your demo, I took that code and added a method to LooongMethodWhichUpdatesTheProgressContext in order to save the file once the for loop and thread.sleep have been executed.

Any help on this would be much appreciated.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 29 Apr 2009, 03:32 PM
Hi brin,

You don't need the Thread.Sleep code in your project. It is present only for demo purposes. Using RadProgressArea does not require writing any code unless you are doing custom progress tracking.

Regards,
Albert
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.
Tags
Upload (Obsolete)
Asked by
brin
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or