|
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
|