Re: ServletMultipartDecoder Question

2009-02-11 Thread Alex Kotchnev
I apologize : the proposed solution was for T5, not 4.1 . I must have overlooked your mention of T4. Unfortunately, I'm unable to offer any advice on T4. Cheers, Alex Kotchnev 2009/2/11 Wayward Java小白 > the version i use was Tapestry 4.1.6, the main problem is the upload > file'id;in your code

Re: ServletMultipartDecoder Question

2009-02-11 Thread Wayward Java小白
the version i use was Tapestry 4.1.6, the main problem is the upload file'id;in your code: *UploadedFile file = decoder.getFileUpload("Filedata"); * "Filedata" is the upload file'id? and all the files uploaded from the swfupload have the same id "Filedata"? if not, Could you tell me how you get a

Re: ServletMultipartDecoder Question

2009-02-10 Thread akochnev
I tried responding to this from my email; however, I got bumped cause apache didn't like my email for spam reasons... Anyway.. Search for SwfUploader on the mailing list archive for more details, the short version of it is: 1. Add tapestry5-upload as a dependency to your project 2. In your pag