Hi,
Using : IE7.0, IIS6.0, XP64
I have installed RadUpload AJAX. The upload works, the RadProgressArea display. However, during any and specifically a large upload the progress bars does not show progress. The 'Total Files' shows correctly and the 'Elapsed time' increments.None of the other statistics are updated. Minimum attributes are used for the RadProgressArea.
Where am I going wrong?
Your help would be greatly appreciated.
Using : IE7.0, IIS6.0, XP64
I have installed RadUpload AJAX. The upload works, the RadProgressArea display. However, during any and specifically a large upload the progress bars does not show progress. The 'Total Files' shows correctly and the 'Elapsed time' increments.None of the other statistics are updated. Minimum attributes are used for the RadProgressArea.
Where am I going wrong?
Your help would be greatly appreciated.
5 Answers, 1 is accepted
0
Accepted
Hi Festus,
Do you have the web application configured as a web garden? To my regret progress monitoring currently is not supported on web gardens or web farms.
Kind regards,
Erjan Gavalji
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Do you have the web application configured as a web garden? To my regret progress monitoring currently is not supported on web gardens or web farms.
Kind regards,
Erjan Gavalji
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Festus
Top achievements
Rank 1
answered on 12 Sep 2008, 04:04 PM
Hi Erjan,
Thanks for your response.
No, we are not using web gardens or farms.
Perhaps I should also have mentioned; The RadUpload is within a Repeater. I have also tried with and without an UpdatePanel.
Any other suggestion or other links from which I can try to solve the problem?
Thanks for your response.
No, we are not using web gardens or farms.
Perhaps I should also have mentioned; The RadUpload is within a Repeater. I have also tried with and without an UpdatePanel.
Any other suggestion or other links from which I can try to solve the problem?
0
Accepted

Festus
Top achievements
Rank 1
answered on 12 Sep 2008, 07:36 PM
I found the problem...
The problem was caused by another HttpModule. Not that there is anything specifically wrong with the other HttpModule.
The resolution is to 'add' the RadUpload HttpModule before other HttpModules.
The problem was caused by another HttpModule. Not that there is anything specifically wrong with the other HttpModule.
The resolution is to 'add' the RadUpload HttpModule before other HttpModules.
0
Hi Festus,
Thanks for sharing the solution with the community.
Kind regards,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thanks for sharing the solution with the community.
Kind regards,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Lyle Megli
Top achievements
Rank 1
answered on 24 Oct 2008, 09:23 PM
Hi Festus,
I have a RadUpload and RadProgressArea nested within a ListView control and had troubles with the Progress Area displaying. I tried your suggestion to move the order of the HTTP Module and that solved my problem as well!
Thanks for the heads up!
Regards,
Jeremy
I have a RadUpload and RadProgressArea nested within a ListView control and had troubles with the Progress Area displaying. I tried your suggestion to move the order of the HTTP Module and that solved my problem as well!
Thanks for the heads up!
Regards,
Jeremy