Hi Jochen, > -----Original Message----- > From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] > Sent: Thursday, 15 June 2006 10:49 PM > To: Jakarta Commons Developers List > Subject: Re: [FILEUPLOAD] RfC: Proposed API changes for streaming > > Because the nature of streaming implies, that the data can be > returned only > once (as opposed to the FileItem where getInputStream() may > be called as > often as you like, each time returning the same data).
As I understand it, by the time you call getInputStream(), the user's POST request is already entirely in the server's memory space, or it has been written to disk. This data isn't consumed when you read() it, so why can't you get another InputStream over it? Forgive me if my understanding is not correct! > > Jochen Regards, James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
