On Jan 15, 2004, at 2:20 PM, Wiggins d Anconia wrote:
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
I know how it works but my problem is that the progress bar is supposed to be checking the status of a file in a particular location...how can I get this to work and to be reading the same file's size?
It works and that is obvious...I gave a link to a progress bar that DOES in fact work but I need form processing with that uploader.
Any hints on where I should place the form processing scripts?
Gerry
........................................................................ ...
http://www.thespikeranch.com
Certified Macromedia Flash MX Designer
........................................................................ ...
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>