So I'm tasked to build a file upload for our application, which is using Visual WebGUI and therefore mostly looks like WinForms codewise.
The problem is, I don't have any clues as to where to start. I tried looking through our Download class, but it just takes a file and puts it into the response.
I tried google, but there's nothing on uploading something.
I don't understand enough of how websites work to even ask myself or google the right question. I have no Idea how a website tells the browser to get a file. And if I find out how that works, I still need to somehow get VWG to do that. I can't directly interact with the browser (except when I write javascript, but I'm not sure I can get a response from js).
Ideas and clues to where to start would be great too, I just need somewhere to start.
Let me know if you need any more information or clarification, as I'm not sure which kind of information you need for this.