我想创建一个表单,允许客户在我的静态html页面上向我发送文件。我发现了许多站点,这些站点使我无需PHP即可创建表单。 我使用了https://getsimpleform.com/。
一切正常,但是当我收到电子邮件时,将其寄到tekst平面,并带有指向客户上传的图像的链接。 (看起来不好)
我想创建一个漂亮的模板,并且可以使用getsimpleform。 所以我创建了一个简单的html页面:
<p>{{name}}</p> it shows the name perfectly
<p>{{title}}</p> it shows the title perfectly
<p>{{avatar}}</p> it shows name of the picture but not the picture itself
<input type="text" name="name" />
<input type="text" name="title" />
<input type="file" name="avatar" class="form-control">
我希望有人能帮助我解决这个问题。
一个允许客户上传文件并将其发送给我的网站将是解决我的问题的不错的选择。
提前谢谢