How do you send large amount of data using POST method?
I heard that post method default is 8M now what if you exceed that size? How would you send a plain text to t
If you have access to the ini.php change the value
post_max_size
to
20M
from 8M you will be able to achieve what you want