forked from forks/ffprobe-wasm
Limit file accept to mp4 and mkv files.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<b-form-group label="Select a file:" label-for="file">
|
<b-form-group label="Select a file:" label-for="file">
|
||||||
<b-form-file
|
<b-form-file
|
||||||
id="file"
|
id="file"
|
||||||
accept="video/*"
|
accept=".mp4, .mkv"
|
||||||
v-model="file"
|
v-model="file"
|
||||||
:state="Boolean(file)"
|
:state="Boolean(file)"
|
||||||
placeholder="Choose a file or drop it here..."
|
placeholder="Choose a file or drop it here..."
|
||||||
|
|||||||
Reference in New Issue
Block a user