You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by yazid <sm...@yahoo.fr> on 2006/12/21 09:57:10 UTC

File Upload with Tobago

Hi all;
I'm newbie in MyFaces; Can any one tell me how to use FileUpload in
Tobago...
Thanks
-- 
View this message in context: http://www.nabble.com/File-Upload-with-Tobago-tf2864405.html#a8004651
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: File Upload with Tobago

Posted by Bernd Bohmann <be...@atanion.com>.
Hello,

you have two options

Using 
http://myfaces.apache.org/tobago/apidocs/org/apache/myfaces/tobago/webapp/TobagoMultipartFormdataFilter.html 
and the tc:file tag

or

add the tobago-fileupload.jar to your dependencies and the tc:file tag
example:

http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/

Regards

Bernd

yazid wrote:
> Hi all;
> I'm newbie in MyFaces; Can any one tell me how to use FileUpload in
> Tobago...
> Thanks