无法显示本地文件中的图像并给出错误

时间:2015-09-28 07:00:59

标签: javascript html5 filereader fileapi

我想知道如何从本地系统显示来自上传文件的图像,因为我可以上传但未能显示上传文件中的图像,因为我得到了以下错误

  

XMLHttpRequest无法加载文件:/// D:/Users/Desktop/Image1.nii Cross   原始请求仅支持协议方案:http,数据,   chrome,chrome-extension,https,chrome-extension-resource。

     

未捕获错误:加载失败   Uncaught NetworkError:无法执行'发送' on' XMLHttpRequest':无法加载   '文件:/// d:/Users/Desktop/Image1.nii' ;.

但我可以拖放或上传上述文件:http://slicedrop.com/

1 个答案:

答案 0 :(得分:0)

这是工作中 CORS(跨源资源共享)的示例。要禁用它,您可以在启动之前向Chrome提供这些标志 -
在Windows上 - chrome.exe --allow-file-access-from-files
在OSX上 - open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files