Ray Clouse wrote:
> When the user clicks on a link that has to gunzip a very large file, I
> want a popup to say "Working..." while the file is uncompressing.
> Then, when the file is uncompressed, I want the "Working..." popup to
> close itself and then the parent window to load a new URL (where it
> will use the uncompressed file).
>
> I've tried doing this with Javascript and window.open(), but I'm having
> no luck. Any ideas?
Is the uncompressing taking place on the server? or on the local (user)
machine? Sounds like it's on the server.
The problem is, you have no *real* way of knowing how long the de-comp
will take (due to other factors, like server/client load, etc etc), so
how do you know when to go from "working" to "done".
So, i'm trying to figure out WHY you're uncompressing a file on the
server that will be used by visitors over http.
Seems wrong to me. Increased server load, more programs, more problems,
slower server response time, increased user anger, etc etc.
Enlighten me as to why, because I may be missing something.
Justin French
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]