Chin
Chin

Reputation: 12712

Upload from Flex/flash player in the browser to S3

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.

Upvotes: 1

Views: 935

Answers (1)

bora.oren
bora.oren

Reputation: 3499

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?

Upvotes: 1

Related Questions