I have VB6 application and need send file to https://somewhere.com/receive.php in same way as this html does:
<form enctype="multipart/form-data" name="formular" method="POST" action="https://somewhere.com/receive.php">
Login: <input type="text" name="login" value="scott">
Pass: <input...