Load and Preview Image using File upload Control

In this article I am going to explain how we can use file upload control in asp.net. I will be designing a small web application to explain the whole scenario. [More]

Copying image file or any file from one directory to another and to save the filename to database

In this article we will be learning how to copy image file or any file form one folder to another and to save the filename to database.

Now there are situation when we need to copy a filename to different directory or a specified directory from your user application e.g. Suppose there is an application which copies you photos and picture file to a specific directory and access those files from that directory. In situations like this your application need to save the files to the specific intended directory.
[More]