Martin> I'm writing a simple file upload script. I have all the form Martin> and file handling stuff done. I want the script to write an Martin> HTML message to the user browser before the upload begins, you Martin> know, like "Upload in progress". Then when the upload Martin> completes, I want to replace that screen with "Upload Martin> complete".
I must have missed the original post;
What you *could* do is open a new browser window with JavaScript (not Perl) and post your "results" messages there -- that must be done upon the submission acceptance.
A hint:
* create a JS which looks at a particular server URL which contains the "pending" message
* then, once the upload has completed, write a completed message at that URL file...
This is OT for Perl however as the details about how this is done has nothing to do with Perl. There are several excellent HTML/Browser Usenet groups found on the WWW/Internet however.
HTH/Sx
http://InSecurity.org/ _Sx____________________ ('> iudicium ferat //\ Have Computer - v_/_ Will Hack...
\|/ ____ \|/ "@'/ .. \`@" /_| \__/ |_\ \__U_/
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]