I want to create a personal app by HTML & jQuery. This app is local base. But I have a big problem! "Not allowed to load local resource" on chrome.
I need to get real local file path on my computer from this form:
<img src="D:\images\demo\logo.png">
<form action="">
<input type="file" name="myfile" id="file">
<div onclick="check();">check</div>
</form>
For example I choose one image by this path: D:\images\demo\a.png
but I can't get real local path by jQuery and ... .
I try this posts but not working for me for security reasons!