Re: [us...@httpd] Sending Response without reading whole request content

2009-03-26 Thread Jonathan Zuckerman
Actually I take that back, this is never going to work. If the user doesn't remain on the page sending the data until it's all sent, then it will never work. There is no web server in the world that can do what you want. On Thu, Mar 26, 2009 at 10:33 AM, Jonathan Zuckerman wrote: > So far as I

Re: [us...@httpd] Sending Response without reading whole request content

2009-03-26 Thread Jonathan Zuckerman
So far as I know you would have to use ajax to get it to work the way you want. Isn't the user interested in knowing whether their upload was a success? On Wed, Mar 25, 2009 at 11:26 PM, Anuradha wrote: > Hi , > >  One my of requirement demands me to read only initial data and send the > response

[us...@httpd] Sending Response without reading whole request content

2009-03-25 Thread Anuradha
Hi ,  One my of requirement demands me to read only initial data and send the response.   Is there a way I can send the response without reading whole request content data?   For example if I am uploading a file of 2 GB in multi-part form data and I want to read the initial contents say 2KB of