add file reading indicator
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@
|
||||
<code>{{ fileName }}<br>({{ prettyFileSize }})</code>
|
||||
</div>
|
||||
<template v-if="isServer">
|
||||
<div v-if="!server.data" class="my-t w-full">
|
||||
<div v-if="serverCanUpload" class="my-t w-full">
|
||||
<label for="file-input" class="btn btn-primary w-full"><i icon="file-up"></i> Select file</label>
|
||||
<input @change="onFileChange" id="file-input" type="file" class="hidden" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user