You can't upload and download directly from the browser to S3 because javascript can only connect back to the server from which the js file was served, although I guesss you could stick a .js file on S3, include from your tapestry served page, and then cause the page to talk directly to the S3 service - but I don't know whether anyone has written javascript that can do S3 transactions directly. Normally, you'd connect back to the server and then have the server talk to S3 via axis or something similar.
--sam On 4/12/06, Hugo Palma <[EMAIL PROTECTED]> wrote: > 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] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]