Long text to upload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
MarK (CZ)
Forum Contributor
Posts: 239
Joined: Tue Apr 13, 2004 12:51 am
Location: Prague (CZ) / Vienna (A)
Contact:

Long text to upload

Post 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:
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

GET has a string length rule. Try using POST in your form action
User avatar
MarK (CZ)
Forum Contributor
Posts: 239
Joined: Tue Apr 13, 2004 12:51 am
Location: Prague (CZ) / Vienna (A)
Contact:

Post by MarK (CZ) »

That's it! I guess I read that once already... I should remember useful stuff better :)
Thx a lot
Post Reply