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