fix for file upload acceptable file type
This commit is contained in:
parent
0652eb16d7
commit
3e0cdb4e79
1 changed files with 4 additions and 4 deletions
|
|
@ -181,7 +181,7 @@
|
||||||
</v-container>
|
</v-container>
|
||||||
|
|
||||||
<input ref="attachment" type="file" name="attachment" @change="handlePickedAttachment($event)"
|
<input ref="attachment" type="file" name="attachment" @change="handlePickedAttachment($event)"
|
||||||
accept="image/*|audio/*|video/*|application/pdf" class="d-none" />
|
accept="image/*, audio/*, video/*, .pdf" class="d-none" />
|
||||||
|
|
||||||
<div v-if="currentImageInputPath">
|
<div v-if="currentImageInputPath">
|
||||||
<v-dialog v-model="currentImageInputPath" class="ma-0 pa-0" :width="$vuetify.breakpoint.smAndUp ? '50%' : '85%'">
|
<v-dialog v-model="currentImageInputPath" class="ma-0 pa-0" :width="$vuetify.breakpoint.smAndUp ? '50%' : '85%'">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue