http://qs321.pair.com?node_id=192109

heezy has asked for the wisdom of the Perl Monks concerning the following question: (cgi programming)

How to submit a file to a web server via a HTML form?

Originally posted as a Categorized Question.

Replies are listed 'Best First'.
Re: How to submit a file to a web server via a HTML form?
by merlyn (Sage) on Aug 22, 2002 at 18:38 UTC

    Read the 'CREATING A FILE UPLOAD FIELD' section of the CGI module doc.

Re: Submitting a file via a webpage
by Anonymous Monk on Aug 23, 2004 at 07:57 UTC

    Re: Submitting a file via a webpage

    Originally posted as a Categorized Answer.

Re: How to submit a file to a web server via a HTML form?
by mendeepak (Scribe) on Mar 08, 2012 at 11:48 UTC

    you can also refer this link for File Upload

    Originally posted as a Categorized Answer.