AFAIK you upload/dowload files to/from Amazon S3 through web services. All you need to do is use a WS client like Axis( http://ws.apache.org/axis2), no matter if you're using Tapestry or any other web framework.
You can use the the upload component(http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Upload.html), well, for uploading..... Cheers Hugo On 12 Apr 2006 14:04:50 -0000, Lennart Benoot <[EMAIL PROTECTED]> wrote: > > > Hi All, > > Anyone already experience with integrating Amazon S3 storage service with > tapestry. I 'm particulary interested in uploading (large) files from a > tapestry application to S3 and retrieving them for example as images. > > Kind regards, > > Lennart Benoot > www.thoth-systems.com > Knowing, Keep knowing > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
