Chrome: enable ajax calls to local files


In order to be able to make ajax calls to local files from google chrome browser you need to run it with –allow-file-access-from-files flag. Note: you will have to close all open windows of chrome before you run it with flag.
As an example:

%AppData%\Local\Google\Chrome\Application\chrome.exe –allow-file-access-from-files

Chrome: enable ajax calls to local files

Leave a comment