The post_max_size directive is basically the size of the content going through a POST request.
As you had set your maximum upload size to 30M, you should use the same for post_max_size. I would probably also say 'higher' but you don't really want to be able to post over 30M(i)B of text, do you? :P