
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
A question, I can send a file via webrequest using multipart/form-data, because in webrequest function there is the *"Header field" and the body field, it works perfectly, but how to send files using sockets? On socket how do I send multipart?
The follow code works (with webrequest)
I tried the follow but headers are not avaliable
Thanks in advance