PDA

View Full Version : ExtJs and S3, anyone ?



mudittuli
20 Mar 2008, 1:45 AM
Hi,
Has anyone tried using Amazon S3 with ExtJs,
I have read that a browser doesn't support HTTP PUT request, so access to S3 service won't be fully supported from a browser, but with AIR and ExtJs is it possible to achieve it ? as there is a similar project (http://code.google.com/p/as3awss3lib/) in ActionScript and there is a AIR application (http://www.adobe.com/devnet/air/flex/samples.html) built over it.

jay@moduscreate.com
15 Apr 2008, 3:36 PM
why not just use FAB?

mudittuli
21 Apr 2008, 1:02 AM
with FAB do you mean, Flex Ajax Bridge ?

jay@moduscreate.com
21 Apr 2008, 3:51 AM
yep ;)

mudittuli
19 May 2008, 3:25 AM
I found the solution to this one :), though I am still using flash to do my upload(I found some ready to use AS3 libraries and I was short on time),
But I am not using PUT, uploads to S3 buckets can be done through POST, just like a simple upload through a form.
Though you would need SHA1 library to encrypt the policy document etc.