I think the StreamGenerator is for taking either a XML Post and
generating SAX events for the body of the request or optionally taking
a specfic request parameter and turning the value into SAX.

The upload protocol is not tied to generating SAX events, it can be
any kind of data including binary.

So for creating XML from the request you could either use a
FileGenerator with the upload protocol in the src or the
StreamGenerator.

Paul


On Mon, 18 Oct 2004 12:31:14 +0400, Art Spasky
<[EMAIL PROTECTED]> wrote:
> Hi all
> 
> Can someone tell me what is the difference between using StreamGenerator or
> usnig pseudoprotocol upload:// when you handle uploaded files?
> 
> I see no diffeerences except of incorrect handling UTF-8 (cyrrilic
> characters) in StreamGenerator.
> 
> Am I right?
> 
> Thank you in advance.
> 
> Art.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to