I think by default, the limit is 2MB for POST. You can change that in the php.ini file of your server. There is also a max_file_size (something like that) option that you need to set to a larger value if you are specifically uploading files (and not just sending data).