質問編集履歴
1
誤字
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
$file = $request->input('testfile');
|
|
15
15
|
$filepath = "\\192.××××××××\sample\$username";
|
|
16
16
|
|
|
17
|
-
$pdf = $filepath.'\'.file;
|
|
17
|
+
$pdf = $filepath.'\'.$file;
|
|
18
18
|
|
|
19
19
|
$this->sendMailTo_w($pdf);
|
|
20
20
|
|