Is there a limit such as 65,535 or 32,767 on how many characters can be sent to a server via a textarea in an HTML form? Update: via POST only
I want to develop a way for my users to upload large amounts of text (say 1 million characters) by allowing them to cut and paste on their computers, instead of uploading files.
I don't care about non-modern browsers. Chrome, Firefox, IE10 are fine (preferably IE9 too).
Update: I don't mean the title question literally. I just need to know if the limit is less than say 100 million or 1 million. There will likely be browser-specific limits on pasting a few GB of text into a textarea. It will likely be interesting to know, but may be not worth the effort.