locked
How to make the following http post using VB.net? RRS feed

  • Question

  • 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>


    Thursday, June 21, 2018 11:56 AM

All replies

  • Have you tried using the ASP.NET forum?

    https://forums.asp.net/18.aspx/1?Web+Forms


    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
    VB Forums - moderator
    profile for Karen Payne on Stack Exchange, a network of free, community-driven Q&A sites

    Thursday, June 21, 2018 12:17 PM