добавлено много файлов, и отсутствие файлов
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-09-28 14:56:29 +10:00
parent 85dce5ce2e
commit d2907b9362
9 changed files with 59 additions and 602 deletions

View File

@@ -9,7 +9,7 @@
<label for="send_this_text">Печатать сюда</label>
</div>
<div class="input-field col s6">
<input id="file" name="file" type="file" >
<input id="file" name="file" type="file" multiple>
<label for="file">Upload</label>
<progress id='progress' value='0' max='100'></progress>
</div>