Looking at MultipartDecoderImpl it seems that it supports multtiple
files. Only it seems that the Upload component makes it a little harder
to support a dynamic list (it seems to use the element name). You can
however create your own version of the Upload component to make it
easier to support multiple files by not using the element name but
something else to recognize the uploaded files. This will only work if
the names used by the SWF uplaoder for the items is known. If not you
have to create your own version of MultipartDecoderImpl I think

Martijn Brinkers

On Thu, 2008-11-13 at 13:53 +0100, Martijn Brinkers wrote:
> I think you should create your own version of Tapestry-upload. I think
> your problem is that Tapestry already fully reads the content of the
> request and therefore it always returns -1. You should take a look at
> Tapestry-upload and create your own version based on it that supports
> multiple files.
> 
> Martijn Brinkers
> 
> On Thu, 2008-11-13 at 04:10 -0800, Ronny L wrote:
> > anyone can help ? how can I get the content request
> 
> 
> ---------------------------------------------------------------------
> 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