Re: T5: Multiple File Upload

2008-11-18 Thread Henry
Michael Lake netvue.com> writes: > > > Filip - > > You are exactly right. The session id wasn't being passed - and shame on > me for not actually comparing the "t:formdata" values because they are > indeed the same even when using the normal > multiple times. > > Thank you and thanks to F

Re: T5: Multiple File Upload

2008-08-07 Thread S Simm
I'd love to see some code snippets too. I need the same functionality. Thanks, -Stephen -- View this message in context: http://www.nabble.com/T5%3A-Multiple-File-Upload-tp15598726p18867712.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: T5: Multiple File Upload

2008-02-21 Thread Filip S. Adamsen
So, does this mean it's working for you now? If so, would you mind sharing? :) -Filip Michael Lake skrev: Filip - You are exactly right. The session id wasn't being passed - and shame on me for not actually comparing the "t:formdata" values because they are indeed the same even when using

Re: T5: Multiple File Upload

2008-02-21 Thread Michael Lake
Filip - You are exactly right. The session id wasn't being passed - and shame on me for not actually comparing the "t:formdata" values because they are indeed the same even when using the normal multiple times. Thank you and thanks to Francois Armand for showing me how to tease the sessio

Re: T5: Multiple File Upload

2008-02-21 Thread Filip S. Adamsen
Hi, Are you sure that using the same t:formdata is what's causing the issue? There seems to be a Flash bug that causes SwfUpload to send the wrong session id with the request. Could this be why your session persisted list isn't behaving as expected? -Filip Michael Lake skrev: I'm working

T5: Multiple File Upload

2008-02-20 Thread Michael Lake
I'm working on a project where I need multiple files (40 - 50) to be uploaded from a single page. The "tapestry-upload" module is unsuitable because the "t:upload" component only allows you to select one file at a time. Selecting 50 files from the "browse for file" dialog one at a time would