如何通过网络浏览器界面将图像直接扫描到云数据库

发布于 2024-12-07 11:10:01 字数 267 浏览 1 评论 0原文

我有一个带有基于浏览器的前端的 MySQL 云数据库。

后端代码是使用 Perl/Dancer 编写的

员工登录 www.example.com 并将数据输入到字段中,点击“保存”以创建新记录。

现在我需要扫描图像并将其附加为字段之一。

我怎样才能做到这一点?

我意识到我可以扫描图像,将其保存为桌面上的文件,然后上传该文件。但要处理的数据量很大,这种方法非常笨重。

(它不一定是扫描仪,它同样可以是网络摄像头或数码相机)

I have a MySQL cloud database with a browser-based front-end.

Backend code is written using Perl/Dancer

The employee logs on to www.example.com and enters the data into fields, hits ' save ' to create a new record.

Now I need to scan in an image and attach it as one of the fields.

How can I accomplish this?

I realise that I could just scan the image, save it as a file on the desktop, and then upload this file. but there is a high volume of data to process, this method is very clunky.

( It isn't essential that it is a scanner, it could equally well be a web cam or digital camera )

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

临走之时 2024-12-14 11:10:01

要从浏览器控制扫描仪,您可以使用 activeX 控件,也可以使用 flash,它提供了从网络/数字中获取选项的选项

To control scanner's from browser u may either use activeX controls or u may use flash, which gives options to take options from web/digital

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文