Can anyone tell me how to use Uploadify to upload directly to Amazon S3?
My code is as follows:
$(\'#fileInput\').uploadify({
\'fileDataName\' : \'
From this thread the uploadify forum:
The base for the policy string is as follows:
{ "expiration": "2100-12-01T12:00:00.000Z",
"conditions": [
{"acl": "public-read" },
{"bucket": "UPLOADBUCKET" },
{"success_action_status" : '200'},
["starts-with", "$filename", "" ],
["starts-with", "$folder", "" ],
["starts-with", "$key", "foo"],
["content-length-range", 1, 209715200]
]
}