I want to retrieve images from local C drive
and display it on my website. Is this possible? I'm quite new to web development and need some help.
I'm able to get the image on the browser by adding file:///
on the image path but it doesn't show on website when it goes into the project.
I have read through forums saying creating a browser extension or some sort but it is hard to understand.
I've tried to follow these links: - Link 1 - Link 2 - Link 3 , but have no succes.
I have a table with rows. After clicking on each rows, it will shows a list of information about that rows data. Im able to retrieve the data regarding the info on the rows data but not the image.
code snippet: { view:"unitlist", d:"unitlist", uniteBy:function(obj){ return obj.MovieGenre; //get the obj from table row },
template:"#MovieGenre# Title: #movie_name#, Release Date: #date#, Rating: #rate#", }