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 buffer and send the response immediately without reading rest of the data i.e (2GB total size- 2kb read data). Can I achieve this in Apache HTTP server? Please let me know. Thanks and Regards, Anuradha. |