Drop Bmp, add Webp

This commit is contained in:
asonix 2020-06-16 18:34:29 -05:00
parent e9d4e19994
commit b2ff03fe29
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1196,7 +1196,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pict-rs-proxy"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,6 +1,6 @@
[package]
name = "pict-rs-proxy"
version = "0.1.3"
version = "0.1.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, BMP)</label>
<label for="@name">Chose up to ten images to upload (PNG, JPG, GIF, WEBP)</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/bmp,.jpg,.jpeg,.png,.gif,.bmp"
accept="image/png,image/gif,image/jpeg,image/webp,.jpg,.jpeg,.png,.gif,.webp"
multiple
/>
</div>