回答編集履歴

1

修正

2016/09/30 01:07

投稿

退会済みユーザー
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  $name = $timestamp.'.jpg';
14
14
 
15
- $request->file('photo')->move('dlimg',$name); //日付でpublicにあるdiimgフォルダに保存します。
15
+ $request->file('photo')->move('dlimg',$name); //日付でpublicにあるdlimgフォルダに保存します。
16
16
 
17
17
  $filename = 'dlimg/'.$name;
18
18