send file to a url
Brought to you by:
jeffreyphillips
Hello,
i use the Windows curl.exe to send a file to a url.
curl -F upload_file=@<your datafile here> http://<URL> -
u <your username here>:<your password here>
In future i will do this with VB.
Can i use the vblibcurl to do this.
How can i do this ?
Regards Stefan Muehlbauer
Logged In: NO
You are in the same position I am found. Currently working on
the solution. If I find how, or you know already, I'll post, hope
you'll do the same.