0

I know it is possible to send a HTML Form in a HTML eMail. Here is an example

What I would like to know is if it is possible to attach a file in this form. That means the receiver of this mail will fill the different fields and upload a file from his computer. Then he submits the form.

The filled informations and the uploaded file will be not sent per email, but directly to an IT System. Then an appropriate script will store them.

Is it possible? Thank you.

4

1 に答える 1

0

いいえ、HTML メールにフォームを含めることはできません。

ほとんどのメール クライアントは、FORM タグとフィールドを取り除きます。多くの Web メール クライアントは独自の目的でフォームを使用しており、メールにフォームが埋め込まれているとメール クライアントが壊れてしまうことを考慮してください。

Web ベースのフォームにリンクすることをお勧めします。

電子メールで区切り記号を使用して自動的に解析できるようになりましたが、ユーザーが区切り記号を簡単に編集できるため、これは脆弱です。

たとえば、ユーザーがコロンの後にあるものを入力すると、コードが値を解析します。

名前:

Eメール:

于 2013-03-18T14:59:18.767 に答える