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
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
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
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
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?
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