回答編集履歴

1

修正

2019/05/10 03:48

投稿

m.ts10806
m.ts10806

スコア80850

test CHANGED
@@ -1,4 +1,8 @@
1
- > $auto_reply_text .= "添付ファイル:" . $_FILES["upfile"]["name"] . "\n\n";
1
+ `$auto_reply_text .= "添付ファイル:" . $_FILES["upfile"]["name"] . "\n\n";`
2
+
3
+
4
+
5
+ `<input type="hidden" name="upfile" value="<?php echo $_FILES["upfile"]["name"]; ?>">`
2
6
 
3
7
 
4
8