> > On Tue, 13 Jan 2004 22:38:18 -0500, [EMAIL PROTECTED] (Gerry > > Creighton) wrote: > >
> > Well that's disappointing. Well then how do they do it with the Megaupload > script? That works great and isn't slow BUT it doesn't have form > processing. The guy who wrote it said that I can paste the form processing > script in his upload script but I don't know where to paste it. Any help > or suggestions on that would be appreciated. > Gerry > > megauploader: http://www.raditha.com/megaupload/perl.php > Because they open a separate window which I was thinking of originally (a frame would work too). Essentially anything that initiates a second request could provide the progress bar, but it won't work to have the script handling the upload also handling the generation of the progress bar. In other words the form opens a second request with some identifying information about the upload, that second request is to a script that checks for an upload based on the identifier. Once the request has been spawned then the form continues its normal submission aka the first request which actually performs the upload, meanwhile the second request updates the status to indicate a completion rate. At least that is how I was thinking of doing it... Regardless there must be two separate request/response channels, at least based on today's browsers as they have to complete the request before handling the response, which does make sense. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>