Tuesday, May 28, 2013

Allow javascript to load files from disk

By default Google Chrome doesn't allow to load local files with Javsacript. To get rid of this, just run chrome with --allow-file-access-from-files option flag.
chrome.exe --allow-file-access-from-files

No comments:

Post a Comment