Browse Source

Update personal.blade.php

Jonas 7 years ago
parent
commit
1273a5bb53
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/timeline/personal.blade.php

+ 2 - 2
resources/views/timeline/personal.blade.php

@@ -24,7 +24,7 @@
           @csrf
           <div class="form-group">
             <label class="font-weight-bold text-muted small">Upload Image</label>
-            <input type="file" class="form-control-file" name="photo">
+            <input type="file" class="form-control-file" name="photo" accept="image/*">
           </div>
           <div class="form-group">
             <label class="font-weight-bold text-muted small">Caption</label>
@@ -59,4 +59,4 @@
 </div>
 
 
-@endsection
+@endsection