Re: cgi_lib'maxdata

2003-10-28 Thread fliptop
On Tue, 28 Oct 2003 at 10:52, [EMAIL PROTECTED] opined: :On martedì 28 ottobre 2003, alle 10:15, SRef wrote: :> Why not try before you ask ? : :I though this mailing list was for beginners, and as I've started using :CGI Perl just a week ago, I'm not still so able to send POST oversized :for an ha

Re: cgi_lib'maxdata

2003-10-28 Thread p . libardi
On martedì 28 ottobre 2003, alle 10:15, SRef wrote: > P Libardi wrote: > >Hi, I've the need to limit the amount of data a user can send through > >POST method. Actually I've just added the following instruction: > >cgi_lib'maxdata = 1; > >Is this enoug

Re: cgi_lib'maxdata

2003-10-28 Thread SRef
P Libardi wrote: Hi, I've the need to limit the amount of data a user can send through POST method. Actually I've just added the following instruction: cgi_lib'maxdata = 1; Is this enough? What happens if a user sends data which overflow this limit? And what about size limi

cgi_lib'maxdata

2003-10-27 Thread p . libardi
Hi, I've the need to limit the amount of data a user can send through POST method. Actually I've just added the following instruction: cgi_lib'maxdata = 1; Is this enough? What happens if a user sends data which overflow this limit? And what about size limit for data sent throug