Dear friends,
I had host a server, and i also had a webpage that allow the user to click on the "browse" button to search the needed file. But the "browse" button actually only "browse" the computer or the user.
Is it possible to "browse" the host computer?
Best Regards.
I had host a server, and i also had a webpage that allow the user to click on the "browse" button to search the needed file. But the "browse" button actually only "browse" the computer or the user.
Code:
<html> <body> <form name="form1" enctype="multipart/form-data" method="post" action=""> Browse your file <input name="file_read" type="file" id="file_read"> <input type="submit" name="Submit" value="OK"> </form> </body> </html>
Best Regards.
Comment