From the docs (see Avoiding Denial of Service Attacks):
$uploaded_file = param('upload'); if (!$uploaded_file && cgi_error()) { print header(-status=>cgi_error()); # <== change this line exit 0; }
In reply to Re: file upload, max_post, and cgi-error
by fglock
in thread file upload, max_post, and cgi-error
by nponte
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |