Hello
Changing "post_max_size" doen't affect attachement limitation, it affects the size of the hole POST data
You need to change the value of "upload_max_filesize"
I think that "post_max_size" should be greater than "upload_max_filesize"
In my case i've defined "post_max_size" to 16M and...