Server side script to allow a program to post any file to it.

  • Thread starter Thread starter kberish
  • Start date Start date
K

kberish

Hi,

I am relatively new to ASP .NET / VB .NET. I want to be able to a
take a program I compiled and upload any type of file to a server
using POST method. I have seen many examples written for HTML web
pages but I have an .exe program that I made.

Basically what I am asking is how to setup the server side and some
help on sample code for the .aspx file.

TIA
 
No, that creates a button. What I am trying to do is use my program I
made in VB .NET to automatically upload a file(s) to a webserver
without any intervention.

Any Ideas?
 
Back
Top