gt; -
>>> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> > For additional commands, e-mail: users-h...@tapestry.apache.org
>>> >
>>>
>>>
>>> -------------
>>> To un
il: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>
> 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)
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
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
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
ad < formDataLength && totalBytesRead >=
0) {
byteRead = in.read(dataBytes, totalBytesRead,
formDataLength); // byteRead always zero
totalBytesRead += byteRead;
}
}
Regards,
Ronny
--
View this message in context: