回答編集履歴

1

xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx

2020/11/29 13:53

投稿

tomato879241
tomato879241

スコア133

test CHANGED
@@ -1,13 +1 @@
1
- [ここ](https://teratail.com/questions/91593)にある似たような質問を元に以下のように変更して、自分の問題は解決しました。
2
-
3
-
4
-
5
- ```PHP
6
-
7
- $message .= "Content-Type: {\"application/octet-stream\"}; name=\"" .mb_encode_mimeheader($name, "UTF-8"). "\"\n" .
8
-
9
- "Content-Disposition: attachment; filename=\"" .mb_encode_mimeheader($name, "UTF-8"). "\"\n" .
10
-
11
- "Content-Transfer-Encoding: base64\n\n" . $data . "\n\n";
1
+ xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx
12
-
13
- ```