Support mp4

This commit is contained in:
asonix 2020-07-12 10:42:56 -05:00
parent eb9f457565
commit f32337a536
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1224,7 +1224,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pict-rs-proxy"
version = "0.2.0-alpha.3"
version = "0.2.0-alpha.4"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,6 +1,6 @@
[package]
name = "pict-rs-proxy"
version = "0.2.0-alpha.3"
version = "0.2.0-alpha.4"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -15,7 +15,7 @@
</div>
</article>
<article>
<label for="@name">Chose up to ten images to upload (PNG, JPG, GIF, WEBP)</label>
<label for="@name">Chose up to ten images to upload (PNG, JPG, GIF, WEBP, MP4)</label>
<div class="file-upload">
<div class="button plain">
<span id="file-upload-text">Select Files</span>
@ -23,7 +23,7 @@
id="file-upload-input"
type="file"
name="@name"
accept="image/png,image/gif,image/jpeg,image/webp,.jpg,.jpeg,.png,.gif,.webp"
accept="image/png,image/gif,image/jpeg,image/webp,video/mp4,video/quicktime,.jpg,.jpeg,.png,.gif,.webp,.m4v,.mp4"
multiple
/>
</div>