I am trying to get the HTML
file selector <input type="file">
to browse files that are on my server, instead of local. I know JS
is client side, and I tried researching various implementations but no one seems to have something on this. I would prefer an implementation that doesn't require downloading any external application (I already have jQuery
and ajax
).
edit: I don't know why I'm getting down voted! I'm not trying to get Javascript to list files I feed from the server, I'm trying to explore the servers files and directories like I was physically on it from the "file" api.