This page acts as a good example for my problem :
http://valums.com/files/2009/ajax-upload/demo-jquery.htm
If you click on the browse button and select a file, the file will be uploaded ajax-style (without posting the whole webpage).
I am developing a C# WinForm application where a WebBrowser control allows me to parse and fill forms automatically and I need to upload a file without opening the "File Browse" window which steals focus away from other windows.
How can this be achieved ?