|
Posted by gerg on 03/21/06 05:25
Typically in my scripts, I have the script do something, IE upload a
file, grab some database info, etc...and then display a
confirmation/results page. I'm wondering if I can have a page do just
the opposite, Display something , but still work on something else, IE
uploading a file, grabbing some database info, etc... What I want to do
is have a file upload form, that submits to a page that loads all html
and gives a message like, please wait while your file loads. You will
be re-directed upon a successful upload, type of message. Then when the
file uploads the redirect would happen, etc... Would this mess with the
headers? Would this be a good use for the output buffer? Thanks in
advance.
Greg
[Back to original message]
|