clarifying what extensions are accepted for upload
This commit is contained in:
parent
8244c85ad6
commit
fc0941cbec
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="icon icon-upload"></div>
|
||||
|
||||
<div class="button-file">
|
||||
<span i18n>Select the file to upload</span>
|
||||
<span i18n>Select the file to upload (.mp4, .webm, .ogv)</span>
|
||||
<input #videofileInput type="file" name="videofile" id="videofile" [accept]="videoExtensions" (change)="fileChange()" />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue