Thanks, I found what I needed. I used the upload() function but failed to
save it, so the error wasn't a matter of not having uploaded right, it was
about correctly saving the uploaded file to the server. I'm getting to learn
the value of docs. :-)

Thanks again,

K. Parker

"Mark Stosberg" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> In article <[EMAIL PROTECTED]>, Li Ngok Lam wrote:
> >
> > ----- Original Message -----
> > From: "K. Parker" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, August 02, 2003 12:00 PM
> > Subject: Uploading files
> >
> >
> >> On a site I'm developing, I'm trying to create a script that uploads
> >> encrypted files and saves them in a particular directory.
> >
> > You will do in this way :
> > 1. Create a html form which have a "file" type input.
> > 2. Then write a CGI program to pick up the form
> > 3. Read the Data from what you get.
> > 4. Write the data to anywhere in your host as whatever file.
> > 5. Done
>
> In particular, check out the "upload" function of CGI.pm.
>
> Mark
>
> --
> http://mark.stosberg.com/
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to