|
Posted by ironcorona on May 9, 2006, 11:42 pm
Please log in for more thread options
ironcorona wrote:
> Henrootje wrote:
>> Probably a simple question to most of you but I have been googling,
>> searching, trying, reading, swearing and cursing for two hours
>> now..............
>>
>> Can I (and if yes, how) open a folder on my computer from a html?
>>
>> I have a CD that has a folder /texts.
>> I would like a link to that folder so that it opens in Explorer so that
>> I can copy files from it.
>> I can get it to open in a kind of webpage but then I can only click one
>> file at a time. If I were to be able to open that folder with explorer
>> I would be able to select multipleof those documents and copy them to
>> my harddrive.
>
> file:///C:/Documents%20and%20Settings/user/my%20documents/ [change as
> appropriate]
And I should probably mention that you should just treat it like any
other URI so to create a link to it
<a href="file:///C:/Documents%20and%20Settings/user/my%20documents/">My
Documents</a>
--
Brian O'Connor (ironcorona)
|