Hi,
I look at one of the config file in for the apache server, I didn't see 
anything for the limitation.

I tried POST GET PUT

over ~ 2k IE5.5 do nothing even with POST

here some code, it's on a unixbox

use CGI;
my ($cgi) = new CGI;

@pho0 = $cgi->param('pho0')
$process = $cgi->param('process')

sub
{
print"<form name='blabla'>\n";
print"<textarea cols=70 rows=15 name='pho0'></textarea>\n";
print"<input type='submit' value='process' name='process'>\n";
</form>
}

if somebody can help me to translate that in real CGI or have another idea. 
I don't know if I can have both pure cgi and html code in the same program

Thank you

Pierre
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Reply via email to