Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
“Origin null is not allowed by Access-Control-Allow-Origin” in Chrome. Why?
i googled a lot to get a solution for that,but unable to implement the solution.

plz help me. how to implement --allow-file-access-from-files in chrome?
Posted

1 solution

Run your Chrome instance with and see:
chrome.exe --allow-file-access-from-files


Or try putting this is your file:
HTML
<meta http-equiv="Access-Control-Allow-Origin" content="*"> 
 
Share this answer
 
Comments
Sanjeev236 7-Jul-12 15:11pm    
how to run chrome.exe --allow-file-access-from-files?
on Command prompt?
<meta http-equiv="Access-Control-Allow-Origin" content="*"> didn't work for me.
Sandeep Mewara 8-Jul-12 1:51am    
Yes command prompt.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900