I’m creating a user profile for my website and I need to allow user to upload his image to be his profile picture, I used the ASP.net upload control and I need to copy the image he uploaded to a physical directory called Images on the server.
Does any one has idea if that is possible using ASP.net?
Uploading files is possible using ASP .NET.
The Uploading Files in ASP.NET 2.0 documentation on MSDN should give you enough information to get started. The example should work fine in later versions of ASP .NET using Webforms.