files of ui.chat, Properties Webix Docs
enables/disables an ability to upload and download files
boolean files;
Example
webix.ui({
view: "chat",
files: true });
Related samples
Details
For the jpg, jpeg, png, and gif files a corresponding preview will be shown.
By default file size cannot exceed 10Mb. You can customize the Upload service specifying a limit that meets your project requirements.
Check the how-to.
See also
Articles