Answer the question
In order to leave comments, you need to log in
How to pass image from c# to php?
There is a client written in c#, let's say he received a picture in the picturebox and saved it to the hard drive.
How to send this image to Server in php?
Answer the question
In order to leave comments, you need to log in
Obviously make a POST request with the file to the server.
Or code it somehow. In base64, for example, and pass it as text.
base64 is hell, there is an easier way
php.net/manual/ru/features.file-upload.post-method.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question