Is it possible for a chrome extension to access a pdf file dragged and dropped onto a Chrome. The url would appear as something like the following url. It would be a local file. I think due to security reason, it is most probably not possible but just want to double check. thanks
file:///Users/user1/Documents/example.pdf
I have read the following Stack Overflow threads.
1) Open local files(file://) using Chrome.
2) This one is the closest but not quite the same question.
Is it possible to emulate the "--allow-file-access-from-files" flag using a chrome extension?.
3) Can Google Chrome open local links?