2

I am using a svg file in a iframe to get the user's Signature , which is implemented in a form, It works fine, but how can i save the signature at my server ? Is there any way to catch the data (" the signature" ) either in the same svg file loadable or any image ?

I am using HTML/ Javascript only .

4

2 回答 2

5

您需要从 svg 读取路径数据,然后在提交表单之前将该值设置为表单中的隐藏字段。

这是一个最小的例子: http: //mcc.id.au/2010/signature.html

于 2012-09-17T21:49:50.960 回答
-1

如果它真的是 SVG,那么只需将其转换为 XML 文件并使用 svg 文件扩展名命名。到 XML 的转换只需要在第一行添加一个 XML pragma。

于 2012-09-17T21:49:20.023 回答