Page 1 of 1

Long text to upload

Posted: Sun Aug 22, 2004 4:36 am
by MarK (CZ)
Hi all!

I have a problem with uploading longer texts to next page. I have a form with some input fileds and a textarea. Everything works fine when I try to send only short strings but when I put long text into the textarea, it seems that the page doesn't do anything after hitting submit button.

Can anyone help, plz? Thx in advance :wink:

Posted: Sun Aug 22, 2004 8:59 am
by hawleyjr
GET has a string length rule. Try using POST in your form action

Posted: Sun Aug 22, 2004 9:12 am
by MarK (CZ)
That's it! I guess I read that once already... I should remember useful stuff better :)
Thx a lot