I want to upload a file from a web application. The web application calls web services to access .NET classes, but it's not a .NET application itself.
What I want to do is this: upload a file from the web application, and call a separate .NET page to process and handle the uploaded file.
It would be easy to do this if I used a php script to process the uploaded file, but I particularly want to use .NET to process it.
Has anyone done this?