If I open a website, how I can view my own computer’s contents on that site? I’m thinking Javascript, but how would I do this? This would be for like a file manager.
Example: Opening example.com and have a navigator for my computer’s files.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For security reasons, you can’t access a computer’s file system from the browser via Javascript.
However, to answer your question literally, you could do this (in your console):
Scroll to the bottom of the page and you’ll see a file input field.
This will allow you to browse your computer’s files from the webpage.