enables/disables an ability to upload and download files
webix.ui({
view: "chat",
files: true });
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.