On 2005-10-15, Bill Stephenson <[EMAIL PROTECTED]> wrote:

> $CGI::DISABLE_UPLOADS = 1;
> $CGI::POST_MAX=1024 * 100;  # max 100K posts
>
> if ($Q->cgi_error()) {
>       $message = $Q->cgi_error()."<p>CGI Error";
>       &error_trap($message);
>     }
>
> Could someone please tell me how to implement this when using CA?

Setting the global variables can still be done in C::A. 

As for returning an error to the user, what did you try to do in C::A
that didn't work? 

    Mark

-- 
http://mark.stosberg.com/ 


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to