Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
action="mailto:" でフォームを送信する場合、本文の大きさに何らかの制限はありますか? 私の場合は2107文字で、特定の長さを超える本文を送信できません。
前もって感謝します。
実際には、長さはまったくありません。アクションを使用するには、電子メール クライアントと Web ブラウザーの特定の組み合わせが必要です。これらの組み合わせでは、WWW 上のフォームで URImailto:を使用できるほど市場が飽和していません。mailto:
mailto:
代わりに、サーバー側のプログラム (Perl/PSGI または PHP/mod_php で書かれたものなど) を使用してください。
参照: The Mythical Mailto: