Hello
Lets say I have a text file, in a local or remote location. I want to select it with a file picker (standard Windows browser seleccion). Once I have that selected, I want to click a send button. This send will download the text file from whereever it is at then FTP it over to a server. After that, I want to call a web service.
Lets start from scratch. What is the best way to do the selecting the file from anywhere? From anywhere I mean a Windows shared computer but it should be able to get from another FTP location.
Thank you