Log in

View Full Version : What is the maximum size of POST Data?



codeexploiter
03-16-2007, 04:37 AM
hi all,

Is there any limit for the HTTP POST data from a client to web server?

Is it possible to have a limit in case of POST Data even if the user crosses the limit?

I am looking for an answer based on the following web servers

1. Apache

2. IIS

Thanks in advnace

Regards

Twey
03-16-2007, 09:49 AM
No, there is no limit, although depending on the configuration of the server and/or client the transfer may time out.

djr33
03-16-2007, 10:16 AM
As an example, think of file uploads. I've uploading 1GB to yousendit, or close, anyway.