I've upgraded from Q2 2008 to the Q3 SP2 bits, and now the progress area is no longer being displayed (worked with no issues in Q2).
Tracing the web requests, I can see calls being made to the Telerik.RadUploadProgressHandler.ashx but the content returned is always:
var rawProgressData = {InProgress:false,ProgressCounters:false};
The OnClientProgressUpdating event also appears to no longer be called (which I'd assume is because the progress data is reporting the upload isn't in progress). The OnClientProgressStarted event however is being called. The file also completes it's upload.
I've been through the troubleshooting guides which unfortunately have not resolved the issue.
Telerik - please help... (this is the 3rd major breaking issue I've come across in the SP2 update which is starting to make me consider rolling back to the Q2 bits)
Tracing the web requests, I can see calls being made to the Telerik.RadUploadProgressHandler.ashx but the content returned is always:
var rawProgressData = {InProgress:false,ProgressCounters:false};
The OnClientProgressUpdating event also appears to no longer be called (which I'd assume is because the progress data is reporting the upload isn't in progress). The OnClientProgressStarted event however is being called. The file also completes it's upload.
I've been through the troubleshooting guides which unfortunately have not resolved the issue.
Telerik - please help... (this is the 3rd major breaking issue I've come across in the SP2 update which is starting to make me consider rolling back to the Q2 bits)