Starter configuration
new MultipleUpload('#demo-overview', {
uploadUrl: '/api/upload',
multiple: true,
autoUpload: true,
showThumbnails: true
});
Good next step: copy this file first, then layer in validation, chunking, or image processing from the other included demos.