質問編集履歴

1

formのenctypeの訂正

2016/05/21 11:18

投稿

fefe
fefe

スコア46

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```html
6
6
 
7
- <form action="/" method="post">
7
+ <form action="/" method="post" enctype="multipart/form-data">
8
8
 
9
9
  <input type="hidden" name="_token" value="{{ csrf_token() }}">
10
10