is there a problem or limit to send a post with 2048 chars?

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
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

is there a problem or limit to send a post with 2048 chars?

Post by pelegk2 »

i am sending from flasg a POST with 2048 chars but the server dont respond to it!
is it a problem on the server or maybe on the client?
beacuse when i send from the flash development toolthere is no problem but from the browser yes!
any idea?
thanks in advance
peleg
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

not sure about flash but i know there are limt with textfields in browsers.

Ther are different limits with different browsers on different OSes.
Usual numbers are 64K(64,000 characters) and - for more modern browsers - 128K(128,000 characters) - older browsers as low as 32K(32,000 characters).

This information comes from a lot of "hearsay", I've read people saying it several places, but I've yet to find any specific official information which supports this or denies it.

Mark
Post Reply