Re: How to find uploaded data size from content-length
- From: Asterbing <no@xxxxxxxxxx>
- Date: Wed, 19 Apr 2006 21:28:51 +0200
In article <Xns97AA916DBEDB4castleamber@xxxxxxxxxxx>,
john@xxxxxxxxxxxxxxx says...
You mean it reads until it detects that the max size has been reached?
Yes, that's what I expect, since one can keep streaming bytes, and only
when the max has been reached the script knows it was too much.
When CONTENT_LENGTH not given during request, server has to compute it
from real data received in STDIN : so, in this case how does CGI.pm is
able to stop receiving to STDIN precisely when $CGI::POST_MAX is reached
?
Not sure it's able to do that. What do you think ?
.
- Follow-Ups:
- Re: How to find uploaded data size from content-length
- From: Sherm Pendley
- Re: How to find uploaded data size from content-length
- References:
- How to find uploaded data size from content-length
- From: Asterbing
- Re: How to find uploaded data size from content-length
- From: John Bokma
- Re: How to find uploaded data size from content-length
- From: Asterbing
- Re: How to find uploaded data size from content-length
- From: John Bokma
- Re: How to find uploaded data size from content-length
- From: xhoster
- Re: How to find uploaded data size from content-length
- From: John Bokma
- How to find uploaded data size from content-length
- Prev by Date: Re: How to find uploaded data size from content-length
- Next by Date: Re: How to find uploaded data size from content-length
- Previous by thread: Re: How to find uploaded data size from content-length
- Next by thread: Re: How to find uploaded data size from content-length
- Index(es):
Relevant Pages
|