How can I use "http post" to post an image?

bluescharp

Client
Регистрация
20.06.2012
Сообщения
35
Благодарностей
1
Баллы
8

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
You need to covert the image to a byte array first using the C# ImageConverter. Then pass it through and convert to base64string.

The resulting string can be passed into your POST request.

Код:
http://www.dailycoding.com/Posts/convert_image_to_base64_string_and_base64_string_to_image.aspx
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)