In ASP.NET, the code that you write gets executed on the server, so it is not possible to use our component from your code and then have it run in the browser. You'll need a Java applet if you want to do that. Alternatively use the FileUpload component in ASP.NET 2.0.
- Hans (EDT)