Re: Fileposting

2001-05-29 Thread Peter Scott
[back to the list] At 10:24 PM 5/29/01 +, you wrote: >But i have already programmed a Guestbook, and a Password protection for a >Webcam. Also i have programmed a color Voting Program fpr my Homepage, and a >program that shows the stats of the votes. Now I'm working at a Site where >singles c

Re: Fileposting

2001-05-29 Thread Paul
--- Bernhard <[EMAIL PROTECTED]> wrote: > But I'm not using CGI.pm. I don't know what i should do with it. I > only want to use Perl. Hmmm Well, if you're just trying to learn Perl and the HTTP protocol, and want to print and read and parse simple forms, then ok I guess but for anything

Re: Fileposting

2001-05-29 Thread Peter Scott
At 07:45 PM 5/29/01 +, Bernhard wrote: >But I'm not using CGI.pm. I don't know what i should do with it. I only want >to use Perl. Unfortunately one has to walk before one can run. Your response is akin to saying, "I don't want to use a boat; all I want to do is sail across the Atlantic us

Re: Fileposting

2001-05-29 Thread Brett W. McCoy
On Tue, 29 May 2001, Bernhard wrote: > But I'm not using CGI.pm. I don't know what i should do with it. I only want > to use Perl. You should be using CGI.pm if you want to do CGI programming with Perl. I also recommend that you subscribe to the beginners CGI mailing list -- it focuses specific

Re: Fileposting

2001-05-29 Thread Bernhard
But I'm not using CGI.pm. I don't know what i should do with it. I only want to use Perl. - Original Message - From: Paul <[EMAIL PROTECTED]> To: Bernhard <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 5:02 PM Subject: Re: Filepostin

Re: Fileposting

2001-05-29 Thread Paul
--- Bernhard <[EMAIL PROTECTED]> wrote: > Hi! I'm using a html form, where you can enter a file (a picture) and > upload it, but when i send the form the Perl script only gets the > local Adress of the file, but not the Data (so the picture) of the > file. How can i save the picture in a new file

RE: Fileposting

2001-05-28 Thread King, Jason
Bernhard writes .. >Hi! I'm using a html form, where you can enter a file (a >picture) and upload it, but when i send the form the Perl >script only gets the local Adress of the file, but not the >Data (so the picture) of the file. How can i save the picture >in a new file on my Disk? >I have