New to KendoReact? Start a free 30-day trial
File Upload
File UploadPremium
Updated on Nov 5, 2025
The Chat component allows users to share documents, images, and other media files. This feature enables rich content sharing and collaboration.
To enable file upload, configure the uploadConfig property. This property accepts either a boolean or an UploadProps object. Set to true for default settings or use an object for more precise configuration.
The file upload feature displays an attachment button next to the message input. Users can click to select files, which are automatically uploaded and attached to messages. You can control how attached files are displayed using the messageFilesLayout property, which supports three layout modes: vertical (stacked vertically), wrap (wraps to new rows), and horizontal (single row with overflow).
Change Theme
Theme
Loading ...