Hello!
I would like to enable the client to browse another partition on my HDD (not the one where the server is) and download a file.
Is it possible?
I thought about something like this:
PHP Code:<input type="button" name="Button" value="Download"
onClick="window.open('//ip/file:///G:/', 'download');
return false;">




Reply With Quote