When I upload a file the uploading part is shown perfectly in the progress control but some files require a certain amount of preliminary processing (after the upload) before our custom progress section kicks off which should indicate progress on the progress control.
Everything works fine unless the preliminary processing takes a long time. In this case when the custom progress begins nothing is updated on the progress control on the web page even though I can see in the code the percentage and other values are being set to new values.
I have also seen it stop updating after working well for some time. This only seems to happen with files that require a lot of processing and it usually eventually does start updating again (i.e. gets to 20% and then sticks for ages and then suddenly starts updating again so to the user it suddenly looks like it jumps to say 60%).
Any ideas why this is happening?
Cheers
ADe
Everything works fine unless the preliminary processing takes a long time. In this case when the custom progress begins nothing is updated on the progress control on the web page even though I can see in the code the percentage and other values are being set to new values.
I have also seen it stop updating after working well for some time. This only seems to happen with files that require a lot of processing and it usually eventually does start updating again (i.e. gets to 20% and then sticks for ages and then suddenly starts updating again so to the user it suddenly looks like it jumps to say 60%).
Any ideas why this is happening?
Cheers
ADe