| 1. |
Solve : Drive Access through browser? |
|
Answer» i want to access my drive from a browser, The only way you could achieve this is to have some sort of backend server running a script such as PHP or Python that reads the filesystem then generates the HTML code displayed by the browser. This sounds like a project that is better suited to a desktop application than trying to make a web page. Years ago I tried to integrate HTML mainly as a way to make quick nice looking user interfaces to run programs and found that due to how heavily security plugged to avoid exploits the browsers are, it makes more sense to just code it up as a program that runs outside of the browser since its local use only. I agree that it could be done up as a web server running PHP or Python to gather the info requested in the trusted zone and then the PHP or Python returns the info to the user through Dynamic HTML, but thats a lot of work for what would run locally. Does this have to be done through browser... such as is this a school project? For local custom explorer like interface if you want to dive into C# you can achieve this without having to have a web server hosting locally for the service: http://www.c-sharpcorner.com/article/step-by-step-guide-for-creating-your-own-windows-explorer/it not a school project, its just my leisure.........thought of trying out something. so ultimately can i achieve it? i hav done programs in PHP, linking PHP with MYSQL, a bit html embeded in PHP also but i'm not sure if i'm QUALIFIED to try this out. i guess its quite some work to put in this project but if you could be more elaborative, i could possibly achieve it. Thank You Guys. Hope to hear soon |
|