tags:

views:

133

answers:

1

Hello,

I've been messing with this all day and am about to throw myself out of the window. OK, not really.

I want to upload directly to an S3 bucket. I know this can be done in AIR, but could someone advise me whether it is actually possible in flex in the browser, or will I have to use some code server side to get this going?

Any pointers much much appreciated.

+1  A: 

Flex (ui) ---> Java (server side) ---> jets3t (connect to Amazon S3 and create bucket, upload, download etc.) You can customize jets3t for your needs (customize Cockpit application of jets3t's)

Additional ;
Amazon S3 POST Example in Flash
Can you use Amazon S3 via Flex?

javaloper