Skip to content
Snippets Groups Projects
Verified Commit 2622840f authored by hanfi's avatar hanfi
Browse files

accept images

parent 256878f6
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
</div>
<div class="form-group col-sm-3">
<label for="addItemImage">Add Item By Image</label>
<input onchange="this.form.submit()" name="image" type="file" class="form-control-file" id="addItemImage" aria-describedby="addItemImageHelp" placeholder="Item Image">
<input onchange="this.form.submit()" name="image" type="file" class="form-control-file" id="addItemImage" aria-describedby="addItemImageHelp" placeholder="Item Image" accept="image/*">
<small id="addItemImageHelp" class="form-text text-muted">Just take a image of the item</small>
</div>
<div class="form-group col-sm-1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment