multiple

Enables the selection of multiple files at the same time, from the file selection dialog.
Defaults to true.

<input type="file" name="files" id="files" />

<script type="text/javascript">
    jQuery(function ($) {
        $('#files').shieldUpload({
            multiple: false
        });
    });
</script>