4
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | @section('content') | 2 | @section('content') |
| 3 | 3 | ||
| 4 | <form action="{{route('addentry', [])}}" method="post" enctype="multipart/form-data"> | 4 | <form action="{{route('addentry', [])}}" method="post" enctype="multipart/form-data"> |
| 5 | <input type="hidden" name="_token" value="{{ csrf_token() }}"> | ||
| 5 | <input type="file" name="filefield"> | 6 | <input type="file" name="filefield"> |
| 6 | <input type="submit"> | 7 | <input type="submit"> |
| 7 | </form> | 8 | </form> | ... | ... |
-
Please register or sign in to post a comment