Jump to content

Method Post


Thierry-Marsaz

Recommended Posts

Hi,Is there a limit on the quantity of data that can be send through the POST method in a form? And if yes what is it?I have a form that works well except when the data transmitted is large. I certainely can split it into smaller chunks, and it would be good if I could optimize the process to be as close as possible to the maximun limit.Thank you

Link to comment
Share on other sites

By the word of the HTTP protocol, no. Of course, however, as student101 says, it really depends on your environment, such as your choice of web server software and server-side language.But unless the data that you are posting is a file (in which case, there will probably be other limits, such as in PHP's settings), then I doubt your request size will be too large.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...