not sure where to ask this question, so I'm trying here:
We need to display a status bar while pdf is loading. Status bar needs to be shown in client browser.. Has anyone done that?
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
Quite impossible. You know as well as I do that the Acrobat plugin is an ActiveX control located on the client. From the server you have no control over it. If the control itself doesn't provide the functionality (and it doesn't) there's little you can do.
42
Sania Marsh
Ranch Hand
Joined: Jul 12, 2004
Posts: 469
posted
0
What if I send it not as pdf file, but as byte stream? or any other way? can't believe it's impossible
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
How long does this PDF load take anyway? I suppose you could do some complex combination of an applet that talks to the server and gets information about how much of the pdf remains to be sent, but would it really be worth the trouble? Bill