> On Tue, 13 Jan 2004 22:38:18 -0500, [EMAIL PROTECTED] (Gerry
> Creighton) wrote:
>
>>Hi,
>>I have a situation where I want people to upload large files to my
>>server after filling out a form with several fields. I have an uploader
>>form that works great in processing the form, uploading the file and
>>sending me the form results as well as a copy to the person who filled
>>out the form.
>>What I need is a progress bar so that the visitor isn't looking at a
>>page that looks stalled out. I have often had people close the window
>>which cancels the upload.
>
> I waited to see if anyone gave you answer, so I guess I'll give you
> the bad news. You can't really do it in a good way.
>
> The basic problem is that you have to have the server send something
> back to the browser, with the upload progress. This will interfere with
> the upload, and slow it down.
> If it could be done, you can be sure you would be seeing it already
> on alot of sites.
>
> Go here and read all the discussions about it.
> http://perlmonks.org/index.pl?node=upload+progress&go_button=Search
>
> The only good option, is to have your clients, download a perl script,
> which they can run, select their file, and upload it to your site via
> LWP.
> The perl script can have a conventional progress bar. You could even
> fancy it up with Tk, and have a visual indicator. Such a script could be
> very small, but would require your clients to know what they are doing.
>
>


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


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to