Re: AllegroServe and multipart form data
Rudi Schlatte <[email protected]> Mon, 20 Feb 2006 14:24:43 +0100
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <[email protected]> |
On 20. Feb 2006, at 13:37, Kamen TOMOV wrote: > Does it mean that if a client is uploading a file the server should > read it all even if she do not intend to use it? This would be > strange. Or it means that we can make do only by retrieving all the > multipart headers? If you have a keep-alive socket and want to read the next http request the client sends, you have to read over everything the client sends before it, regardless of whether you plan to keep it or throw the data away. Regards, Rudi _______________________________________________ lispweb mailing list [email protected] http://www.red-bean.com/mailman/listinfo/lispweb
PGP.sig
(application/pgp-signature, 186 B) - not displayed