fileAttachment.multipleBoolean(default: true)
Whether to allow multiple file selection.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
fileAttachment: {
multiple: false
},
authorId: "user"
});
</script>