[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: <FILE> upload using Perl
On Wed, May 10, 2000 at 10:21:02AM +0530, Rohit Singh wrote:
> Hi all!
>
> Can someone please offer me a small perl code snippet that gets the file
> uploaded from a browser using the <INPUT TYPE=FILE> tag and puts it in a
> file.
Can you be a little more specific ? Are you expecting perl to behave
like a browser and upload the file or do you want perl to assist
the browser in some way ?
I think all you want is some code that reads a file and does a http
POST.
-Arun