You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2007/10/21 13:19:30 UTC

T5: file uploader

Hi,

where can I find tapestry-upload jar files? any sample code how to use it
it? Thanks.
A.C.
-- 
View this message in context: http://www.nabble.com/T5%3A-file-uploader-tf4665692.html#a13328004
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: file uploader

Posted by Davor Hrg <hr...@gmail.com>.
just ad it to your pom.xml

    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-upload</artifactId>
      <version>${tapestry-release-version}</version>
    </dependency>

Hrg davor

On 10/21/07, Angelo Chen <an...@yahoo.com.hk> wrote:
>
>
> Hi,
>
> where can I find tapestry-upload jar files? any sample code how to use it
> it? Thanks.
> A.C.
> --
> View this message in context:
> http://www.nabble.com/T5%3A-file-uploader-tf4665692.html#a13328004
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>