亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to send image files and other data through http post in C++
伊謝爾倫
伊謝爾倫 2017-05-31 10:39:33
0
3
1317

Request method: post

Request content:

station_num 機器編號
station_pic 機器照片(圖片文件)
station_time 照片拍攝的時間戳

I work in PHP, and I can only write local code in C. He won't send this request, saying there is a problem here, there is a problem there, so I have no choice but to ask and throw the code to him when the time comes. It breaks my heart

Please tell me how to write this code, please post the code

伊謝爾倫
伊謝爾倫

小伙看你根骨奇佳,潛力無限,來學PHP伐。

reply all(3)
給我你的懷抱

You can use the libcurl library for http processing. There are many specific usages online, and the information on the official website is also very detailed https://curl.haxx.se/libcurl/...

大家講道理

github

Just choose the one you like.

淡淡煙草味

It is recommended to use cURL, which is currently widely used and supports multiple protocols. Both http and https can be implemented more easily.
Post the curl code address: https://github.com/curl/curl

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template