On Sat, May 7, 2005 10:42 am, SED said:
> I need to POST long texts through a form to PHP but the text cuts down to
> around 64.000 characters. Is there any way to allow longer texts (like in
> php.ini)?

In addition to the browser limitations on a TEXTAREA, web servers are free
to limit POST data to anything larger than X where X is some number I
forgot.

Call it 64K for fun.

If you need THAT much text, make it a file upload.

http://php.net/manual/features.file-upload.php

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to