Chat File Sharing

Chat File Sharing

Share files in a chat-style interface. Uploaded files appear as message bubbles in the conversation timeline alongside text messages.

Hi! Send me the files.
AjaxUploader.create(el, {
 uploadUrl: '/ajaxupload.axd/upload',
 autoUpload: true,
 onComplete: function (file) {
 addChatBubble('File: ' + file.name);
 }
});