소스 검색

Update public.blade.php

Jonas 7 년 전
부모
커밋
6a87f9d0e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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