Re: T5 with swfuploader stream failure

2009-06-05 Thread Angelo Chen
gt; - >>> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>> > For additional commands, e-mail: users-h...@tapestry.apache.org >>> > >>> >>> >>> ------------- >>> To un

Re: T5 with swfuploader stream failure

2008-11-16 Thread Ronny L
il: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >>

Re: T5 with swfuploader stream failure

2008-11-16 Thread Ronny L
PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > >

Re: T5 with swfuploader stream failure

2008-11-13 Thread Martijn Brinkers
> 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 Not completely true I think because it looks like the file item names (and filenames)

Re: T5 with swfuploader stream failure

2008-11-13 Thread Martijn Brinkers
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 mult

Re: T5 with swfuploader stream failure

2008-11-13 Thread Martijn Brinkers
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. Ma

Re: T5 with swfuploader stream failure

2008-11-13 Thread Ronny L
anyone can help ? how can I get the content request -- View this message in context: http://www.nabble.com/T5-with-swfuploader-stream-failure-tp20415947p20479612.html Sent from the Tapestry - User mailing list archive at Nabble.com

T5 with swfuploader stream failure

2008-11-10 Thread Ronny L
ad < formDataLength && totalBytesRead >= 0) { byteRead = in.read(dataBytes, totalBytesRead, formDataLength); // byteRead always zero totalBytesRead += byteRead; } } Regards, Ronny -- View this message in context: