tags:

views:

50

answers:

1

What is the ideal limit for posting the data through the form.

+2  A: 

There is an 8 Mb max size for the POST method, by default (can be changed by setting the post_max_size in the php.ini file).

falkon
nice information :)
apis17