Gmunky Posted July 25, 2007 Share Posted July 25, 2007 is there a way to open a local folder using a hyperlink? this used to work but not anymore: <a href="C:\myfolder">view folder</a> Link to comment https://forums.phpfreaks.com/topic/61692-open-a-local-folder-with-hyperlink/ Share on other sites More sharing options...
flowingwindrider Posted July 25, 2007 Share Posted July 25, 2007 What do you want to have happen after the folder is open? Link to comment https://forums.phpfreaks.com/topic/61692-open-a-local-folder-with-hyperlink/#findComment-307169 Share on other sites More sharing options...
Gmunky Posted July 25, 2007 Author Share Posted July 25, 2007 nothing in php..I have written something in php that searches for wav files in my local computer based on the user's input and the files found are then moved into my C://myfolder. after the files are moved, I want to be able to have a link on the browser that the user can click on that will open the myfolder instead of the user double clicking on My Computer, then on C: drive and then finally myfolder. Link to comment https://forums.phpfreaks.com/topic/61692-open-a-local-folder-with-hyperlink/#findComment-307201 Share on other sites More sharing options...
zipp Posted July 31, 2007 Share Posted July 31, 2007 <a href="file:///C:\myfolder">view folder</a> Link to comment https://forums.phpfreaks.com/topic/61692-open-a-local-folder-with-hyperlink/#findComment-311733 Share on other sites More sharing options...
ToonMariner Posted July 31, 2007 Share Posted July 31, 2007 i would try my best to forget anything but the input type="file" for browsing your local machine FF is very funny about opening files in the manner with whihc you speak... Link to comment https://forums.phpfreaks.com/topic/61692-open-a-local-folder-with-hyperlink/#findComment-311965 Share on other sites More sharing options...
phpSensei Posted August 23, 2007 Share Posted August 23, 2007 that is pretty stupid when your just going to open a local folder, then exit it... Link to comment https://forums.phpfreaks.com/topic/61692-open-a-local-folder-with-hyperlink/#findComment-332201 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.