MasterDucky
January 14th, 2011, 05:46 AM
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:
<input type="button" name="Button" value="Download"
onClick="window.open('//ip/file:///G:/', 'download');
return false;">
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:
<input type="button" name="Button" value="Download"
onClick="window.open('//ip/file:///G:/', 'download');
return false;">