Hacker News new | ask | show | jobs
by esrauch 558 days ago
Except file, no one is giving the browser full access to their files so that it can render a shitty file picker
1 comments

The browser already has full access to their files.
But websites don’t
They only get access to what your browser gives them, through a file picker.
It can actually be both.

At least on Android the browser itself can lack the rights to listdir and only gets access to file you picked via the system picker, rather than the browser having unlimited access and only delegating only some of that access to the Web app.