Wysyłanie pliku

$conpeek.dialog.uploadFile("<<element>>");

Dependency

The dialog must be connected.

Info

Upload image from <input type="file" ∕> element.
Event chat chat_message will be triggered.

Arguments

Name Type
element INPUT FILE ELEMENT

Example

Example element:

<input type="file" id="chatFilePicker" accept=".doc,.docx,application∕ msword,application∕vnd.openxmlformats- officedocument.wordprocessingml.document">
Upload image from element width id chatImageFilePicker .
let chatFilePicker = document.getElementById('chatFilePicker'); $conpeek.dialog.uploadFile(chatFilePicker);