0

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?

Nathaniel Ford
  • 20,545
  • 20
  • 91
  • 102
Rohit
  • 33
  • 5

1 Answers1

0

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.

Federico klez Culloca
  • 26,308
  • 17
  • 56
  • 95