Hi, i'm trying to make a post to send a file and other info. The post goes in multipart/data, works fine.
But, the form also has a text field(defined by a textarea). What happens is that when i try to send text with more than +-900 chars,
the page that captures the post show this error:
"PHP has encountered a Stack overflow"
It works fine with smaller texts, and no matters if i send a file together or not. I even tried to change the order of the fields, but is always the same.
Anybody knows what is this?