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.
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.