Local image in canvas in chrome Local image in canvas in chrome google-chrome google-chrome

Local image in canvas in chrome


Since your using Google Chrome, file:// URIs cannot read other file:// URIs. If you are using this for development, then you can add the following command line switch to chrome:

--allow-file-access-from-files

HTML5 has (currently in development) FileSystem API you can read an example from it here:http://www.html5rocks.com/tutorials/file/filesystem/