I dont know if this can be solved with php or html... but i have an intranet site, and on it I have a browse button somewhere .π i want that browse button to start in a directory on my intranet
can this be done ??
<a href="\computer name[i]directory[/i]">Browse</a>
just access it in the same way you would normally through network neighbourhood. bare in mind to then do anything with it you'll have to turn all the security settings in IE right down at each client, otherwise you'll get loads of security warnings.
i'm sorry thats not what i meant ,,, I want a "open file" type dialog box to open... but i want it to open and show files in a specific directory
like this <input name="file1" type="file"/>
Originally posted by border20 i'm sorry thats not what i meant ,,, I want a "open file" type dialog box to open... but i want it to open and show files in a specific directory like this <input name="file1" type="file"/>
This is HTML and browser technology. It is done by the UA on the client and depends on your OS. Offen it opens the dir you were in last time you opened a "open file" dialog box and did something. You canΒ΄t control this neither with HTML nor JavaScript. Maybe you could use VBScript but why you would like to do that would be a mystery ;-)
/Andrin