View Single Post
Old 04-24-2004, 08:10 AM   #2 (permalink)
Masterhard
Junior Member
 
Join Date: 04-20-04
Location: Russian Federation
Posts: 16
iTrader: 0 / 0%
Latest Blog:
None

Masterhard is liked by many
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.
Masterhard is offline   Reply With Quote