签名板将签名存储在数据库中

Signature pad Storing the signature in Database

我已经使用 Html 和 java 脚本开发了一个签名,用户可以在其中执行签名。

我们将不胜感激:)

谢谢。

这完全取决于您要使用哪种数据库来存储签名。

如果您使用 Rails 和亚马逊的 S3 服务,您可以使用 Active_Storage 将签名分配给用户。

https://edgeguides.rubyonrails.org/active_storage_overview.html https://keithpblog.org/post/active-storage-on-amazon-s3/

我在前端使用 https://github.com/szimek/signature_pad 来捕获用户的输入。