1

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.

Chin
  • 12,582
  • 38
  • 102
  • 152

1 Answers1

1

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?

Community
  • 1
  • 1
bora.oren
  • 3,439
  • 3
  • 33
  • 31