回答編集履歴
1
より詳しく書いた
test
CHANGED
@@ -1 +1,3 @@
|
|
1
1
|
inputのtype=fileでは$request->input()ではなく$request->file()で値を抽出できる。
|
2
|
+
|
3
|
+
ファイルアップロードの取得は$request->hasFile()でできる。
|