in reply to upload.cgi my script is bugged
$CGI::POST_MAX = 1024 * 1000 # 1MB
You mentioned you are new to programming Perl, so for dealing with CGI applications I would highly recommend using Ovid's CGI::Safe module to help catch some security issues you may miss.
| Just me, the boy and these two monks, no questions asked. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: upload.cgi my script is bugged
by Anonymous Monk on Aug 12, 2002 at 01:19 UTC |