« Back to demos index

Store the originally uploaded files in your S3 bucket

To store the originally uploaded files, simply use our /s3/store robot and provide your S3 bucket credentials. Templates are encrypted on our server, so you can safely provide the credentials. » See full documentation

"steps": {
  "store": {
    "robot": "/s3/store",
    "key": "YOUR_AWS_KEY",
    "secret": "YOUR_AWS_SECRET",
    "bucket": "YOUR_S3_BUCKET"
  }
}
$(function() {
  $('form').transloadit({
    wait: true,
    autoSubmit: true
  });
});

The form

For demos we allow a maximum of 30MB.

This form is html5-multiupload enabled. If your browser supports it, you can select multiple files and execute the template with them.