forked from snxraven/LinkUp-P2P-Chat
Adding file and image upload and sharing
This commit is contained in:
@ -60,6 +60,8 @@
|
||||
</div>
|
||||
<form id="message-form">
|
||||
<textarea id="message" rows="4"></textarea>
|
||||
<input type="file" id="file-input" style="display:none;">
|
||||
<button type="button" id="attach-file">Attach File</button>
|
||||
<input type="submit" value="Send" />
|
||||
</form>
|
||||
<button id="remove-room-btn">Leave Room</button>
|
||||
|
Reference in New Issue
Block a user