In window application, i have one registration form in that one option is to upload the photo of the user. So how can i do this, generally in web application we have File Upload control using this we can save the image in our project, like that i want to save the photo of the user in any drive of my system. can you help me. Thank you.
Share
You can use File Open Dialog Control. You can retrieve the physical path of the file and copy the file to your system specific location.
Sample: