I want to create an activeX that uploads a
predefined file (therefore INPUT type=file is not an option, unless I can make it invisible with predefined value) from client to server.
How can I create a Post http request from
VB client and send it to the server?
(I am using a java web server)
Thank you in advance