Hello.
For browsers not using Javascript, how to cut off the transfer of textarea data while the data is filling up the $GLOBALS and $_POST array element versus after-the-fact in order to prevent maxing out memory, etc. during processing?
That would be placing a maxlength on that $GLOBALS and $_POST array. Is that possible whether directly or indirectly?
Thanks.