I currently have a java client sending pictures in the form of byte arrays to a node.js server. Once it receives this data, I want to be able to convert the byte array back into an image file(e.g. image.jpeg) and save it to the disk. How would I do this?
via uk101
No comments:
Post a Comment