I need to send an file via http post and this is the code that I have in html but I need it done in vb.net. Any help will be appreciated?
<form action="https://my-domain/import.php" enctype="multipart/form-data" method="post">
<input type="file" name="articole">
<input type="submit" value="importa articole">
</form>
</body>
</html>