I have html file that use enctype=multipart/form-data. From this html, I tried to POST data (submit file) to CGI file. But it cannot run. It because CGI must have encoding type multipart/form-data. But I don't know to use this encoding type in CGI. I run perl in LINUX.
20030122 Edit by Corion: Moved from Perl Monks Discussion to SoPW