Is there a way to get the full path from the FileInput widget?

After a file is loaded via the FileInput widget, I’d like to be able to see the original full path of the loaded file as a param on the widget. Is there any way to access that information?

I imagine the answer is: “It’s not possible, that’s why there is a FileBrowser widget…”

You are correct. The browser explicitly does not allow it.