more file upload options

This commit is contained in:
MathMan05
2024-11-25 20:32:00 -06:00
parent fb26f77366
commit d739dc0a3b
7 changed files with 142 additions and 45 deletions

View File

@@ -81,7 +81,10 @@
<div id="replybox" class="hideReplyBox"></div>
<div id="typediv">
<div id="realbox">
<div id="typebox" contentEditable="true"></div>
<div class="outerTypeBox">
<span class="svg-upload svgicon" id="upload"></span>
<div id="typebox" contentEditable="true"></div>
</div>
</div>
<div id="typing" class="hidden flexltr">
<p id="typingtext">typing</p>
@@ -97,6 +100,9 @@
</div>
</div>
</div>
<div hidden id="gimmefile">
<div id="filedroptext" class="centeritem nonimagecenter">Upload your files here!</div>
</div>
</body>
<script src="/index.js" type="module"></script>
</html>