Parcourir la source

Update public.blade.php

Jonas il y a 7 ans
Parent
commit
6a87f9d0e2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      resources/views/timeline/public.blade.php

+ 2 - 2
resources/views/timeline/public.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>
@@ -50,4 +50,4 @@
 </div>
 
 
-@endsection
+@endsection