Replies: 1 comment
-
There is no restriction for attachment type supports in this library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
是否支援csv檔的附件
String StringToChar=/20230903/20230903.csv;
client.println((String) "Content-Type: application/vnd.ms-excel; name=" + StringToChar );
client.println((String) "Content-Disposition: attachment; filename=" + StringToChar);
Beta Was this translation helpful? Give feedback.
All reactions