I want to load an image file from the computer directly to any js object without using any server-side component. For example, I want to select a picture from the local mach
You can use createObjectURL method of the window.URL object, this doesn't have much browser support though
http://jsfiddle.net/LvAqp/ only works in chrome and firefox