After some research What is the best place for storing uploaded images, SQL database or disk file system?, I decided to store the uploaded pictures on file system e.g. C:/images/image.jpg, and store this path into a database. Now when I want to display the picture by setting attribute src="C:/images/image.jpg" I get error in console -
Not allowed to load local resource:
What is the proper way to display images stored in filesystem ?