View Single Post
Old 04-23-2004, 08:52 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
what is your form method set to? if it is set to GET , then (depending on the browser) the max you can send is 255 characters.

if it is POST, then it depends on your web server settings.

are you using any server side language? like php or asp? if so, i think there may be a setting for max data set. usually it is in MB.

How much text exactly are you sending?
__________________
Mike
sde is offline   Reply With Quote