Sometimes the file you want to process is already available at a specific URI and you do not want to upload it again. For these cases this robot is just what you need. To run this demo press the "Upload" button without actually selecting a file. » See full documentation
"steps": {
"import": {
"robot": "/http/import",
"url": "https://transloadit.com/img/robots/170x170/audio-encode.jpg"
},
"resize": {
"robot": "/image/resize",
"use": ["import"],
"width": 130,
"height": 130
}
}
$(function() {
$('form').transloadit({
wait: true,
autoSubmit: true
});
});
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.