On Wed, 21 Aug 2002 16:22:10 +0200, [EMAIL PROTECTED] (Alex) wrote:
> I was thinking of using the "IO::Socket::INET" module - is that
> possible? if so, how?
>
If you just want to upload a file to your cgi program, but don't
want to deal with a web form to do it, use LWP in a script.
>
> we all know already, what it looks like, when we have a form like
> this:
>
>
>
>
>
>
>
> will be this as a link:
> http://bla.net/cgi-bin/blabla.cgi?AREA=1&EXT=bla
For upload file, you need to make the method by POST,
AND, you have to add enctyp
TECTED]
cc: (bcc: Brent
Michalski/STL/MASTERCARD)
08/21/02 09:22 AMSubject: http-file-upload
Please resp
Hi,
we all know already, what it looks like, when we have a form like
this:
will be this as a link:
http://bla.net/cgi-bin/blabla.cgi?AREA=1&EXT=bla
ok but, what does it look link, when we are uploading a FILE?
my goal is it to log in my we