Best way to pass image to server?
- by Chris
I have an SL3 application that needs to be able to pass an image to the server, and then the server will generate a PDF file with the image in it, and display it to the user.
What I already have in place are the following:
(1) Code to convert image to byte array
(2) Code to generate PDF file with image
The main problem that I am running into is…