Skip to content

Commit

Permalink
Fix file uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wedgbury committed Aug 21, 2018
1 parent cf9e7d9 commit a63a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/form.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<form method="POST" action="{{ $action }}">
<form method="POST" action="{{ $action }}" enctype="multipart/form-data">
@csrf

@if(isset($preloaded))
Expand Down

0 comments on commit a63a190

Please sign in to comment.