> Hello everyone.
Howdy
>
> I'm trying to write a script for Uploading pictures.
>
> Can you give me some advice??
> What module to look at first??
use CGI;
See the documentation at cpan.
Things I've found are ::
- upload the file before any headers are printed
- don't forget to make your
eadlen = read( $file, $buf, 1024 ) ) {
$data .= $buf;
$len += $readlen;
}
# File Length = $len
# File Data = $data
-Original Message-
From: Ramón Chávez [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 1:07 PM
To: [EMAIL PROTECTED]
Subject: File Uploading SCRIPT
Hello everyon
Hello everyone.
I'm trying to write a script for Uploading pictures.
Can you give me some advice??
What module to look at first??
Thank you.
-rm-
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]