Do you care about the image sizes of your generated resizings? Then the strip parameter is what you need. It strips any profiles or comments from the incoming images making it ideal for lowest filesizes. » See full documentation
"steps": {
"stripped_thumb": {
"robot": "/image/resize",
"strip": true
}
}
$(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.