从客户端向服务器发送隐写消息,反之亦然
我的项目中有一个图像隐写模块。它在客户端实现上运行得非常好。
我想要做的是将消息嵌入图像后,将图像发送到服务器。我该怎么做?
I have an image steganography module in my project. It works perfectly fine on a client side implementation.
What I want to do is, after the message is embedded in the image, to send the image to a server. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方式。您可以将其通过 FTP 传输到服务器,将其作为邮件附件发送,打开套接字并一次将 N 个字节发送到服务器...
您应该对您的设置更加清楚。
There are various way. You can FTP that to a server, send it as a mail attachment, open a socket and send it to the server N bytes at a time...
You should be a bit more clear about your set-up.