Re: help with progress bar

2004-01-20 Thread Dan Anderson
On Thu, 2004-01-15 at 09:48, zentara wrote: > 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

Re: help with progress bar -test site

2004-01-18 Thread Gerry Creighton
On Jan 18, 2004, at 12:19 PM, Wiggins d'Anconia wrote: zentara wrote: So now all you have to do is setup the mailings. For example, this code should work, but there are many mail modules available to make it easier. my $mailprog='/usr/sbin/sendmail'; my $email = $emailaddr; my $from = '[EMAIL P

Re: help with progress bar -test site

2004-01-18 Thread Gerry Creighton
On Jan 18, 2004, at 10:44 AM, zentara wrote: On Sat, 17 Jan 2004 22:09:12 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote: On Jan 17, 2004, at 12:37 PM, zentara wrote: You need a cgi script to generate the form, a plain form won't do. Why do you need this special FormBuilder anyways? You should

Re: help with progress bar -test site

2004-01-18 Thread Wiggins d'Anconia
zentara wrote: So now all you have to do is setup the mailings. For example, this code should work, but there are many mail modules available to make it easier. my $mailprog='/usr/sbin/sendmail'; my $email = $emailaddr; my $from = '[EMAIL PROTECTED]'; open( MAIL, "|$mailprog -t" ) || sa

Re: help with progress bar -test site

2004-01-18 Thread Gerry Creighton
On Jan 17, 2004, at 12:37 PM, zentara wrote: On Sat, 17 Jan 2004 11:54:55 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote: So can you suggest where to add the form processing to the upload.cgi? I'm good with Flash and actionscripting but am not totally in tune with perl (yet). The guy who wrote

Re: help with progress bar -test site

2004-01-17 Thread Gerry Creighton
On Jan 17, 2004, at 11:28 AM, zentara wrote: On Sat, 17 Jan 2004 00:39:24 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote: Cool... I forgot to tell you that I can only use the perl version because it allows bigger files to be uploaded. Can't wait to check it out. Now...what about form processing?

Re: help with progress bar -test site

2004-01-17 Thread Gerry Creighton
On Jan 16, 2004, at 6:18 PM, zentara wrote: On Fri, 16 Jan 2004 09:32:30 -0500, [EMAIL PROTECTED] (Zentara) wrote: Well that's disappointing. Well then how do they do it with the megauploader: http://www.raditha.com/megaupload/perl.php Ok I have it working for the most part. You can test it here

Re: help with progress bar

2004-01-16 Thread gerry
> On Fri, 16 Jan 2004 09:32:30 -0500, [EMAIL PROTECTED] (Zentara) > wrote: > >>Yeah, when they open the second window, they can do some tricks. >>I'm going to look closely at that today.I'm gonna figure something >>out. :-) > > Well I got it workingI can see why you had problems. > > 1. Did

Re: help with progress bar

2004-01-15 Thread Gerry Creighton
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 w

Re: help with progress bar

2004-01-15 Thread Wiggins d Anconia
> > 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 th

Re: help with progress bar

2004-01-15 Thread gerry
> 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 fil

help with progress bar

2004-01-13 Thread Gerry Creighton
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