How to upload a file from app in VC++ 6 to a web server?
- by Arvind Singh
I have an application in VC++ 6 (not MFC) , feature requires it to upload a file to a web server on regular basis. Web server is under our control, anonymous upload scripts/page are already setup that would accept a file manually.
How to program in VC++ 6 to upload? which classes to use?
I understand it is much possible with smtp and ftp but how through http?