Short answer... you can't get the full file path of a file.
Your question is more related to safety/security standards regarding major browsers and the decisions related to them made by owner companies/foundations.
That is, javascript is not allowed to know the full path of a file shared by the user. So, fileContentReady or in general any webassembly function will end up being a javascript function, limited to the security standards imposed on js implementation by the browser.
(You can always ask the user to install a java applet :P )