views:

50

answers:

1

I have a Winform, i need to give a user a change to upload a file from the desktop to a remote file server. The user just browse and locate the file then click upload button. Anything else happens behind the seen. I'm using C# Windows Application.

Please note that the file server requires authentication before uploading or downloading. The authentication will passed automatically in back-end.

This might does what i want http://msdn.microsoft.com/en-us/library/w3kksch7%28VS.90%29.aspx but its only available for VB.NET. Any alternatives for C#?

Any advices will be appreciated.

Thanks

A: 

Is this question any help?

pm_2