How to upload file in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to upload file in c++

I want upload file from my computer to my website using c++ but without using any library

2nd Nov 2018, 4:13 PM
Ali Banai
Ali Banai - avatar
4 Answers
+ 1
Without ANY library, it would be really hard, and I Do not know how to do sockets and pips and all. But you can use really simple libraries that come from C which just offer the minimal API sending a socket to an iP address, receiving it and so on. You would have to recode the TCP protocol for example
3rd Nov 2018, 7:36 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
thanks
3rd Nov 2018, 1:16 PM
Ali Banai
Ali Banai - avatar
0
Where is your website?
2nd Nov 2018, 4:59 PM
Vlad Serbu
Vlad Serbu - avatar
0
I want to upload file to this link alibzprogrammer.cloudsite.ir/receive.php
2nd Nov 2018, 8:22 PM
Ali Banai
Ali Banai - avatar