That's not true. You can access the filesystem easily. Or rather, you can display the filesystem easily, but not manipulate it or send data back to the server.
I think you want something like this:
function open_explorer()
{
expwin = window.open("file://c:\","explore","width=500,height=500"
}
Of course that won't work if you're on a Mac or Linux or some other OS without a C:\ drive and filesystem functions integrated into the web browser.
Sincerely,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.