safariimage

Display image from local disk in safari


I have this tag in my page that runs on localhost:3000 <img id="img1" src="file:///Users/michal/Desktop/Picture 1.png" width="400" height="200"> image do exists but it is not displayed. if i put path from src attribute into address bar image is loaded but it doesn't work in img tag not even in iframe tag. I'm using Safari 4 on Mac. Am I missing something or it is not possible at all? Thanks.


Solution

  • That's a security feature .. it isn't possible in any browser on any platform.