|
It depents on some factors.
1. textarea max. lendth depents on browser. 32767 bytes MUST be processed correctly.
2. HTTP methos limitations. It is better to use POST method if you are using <textarea> input field.
3. Processing script limitations. Maximum length may vary from 1 byte to 2GB :-)
Theck these three limitations.
|