0130ec03 by Jeff Balicki

4

1 parent b55a5d17
...@@ -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>
......