diff --git a/templates/addItem.html b/templates/addItem.html
index a9f1c30ce9f64a10f5a699266f56e4192072b286..174fff7fe7f9ef82ca3ea8c7c0ebe37a5449eae4 100644
--- a/templates/addItem.html
+++ b/templates/addItem.html
@@ -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">