Gmunky Posted July 25, 2007 Share Posted July 25, 2007 Does anyone know if it's possible to open a folder in your local computer? I used to be able to open a folder in my c drive by <a href="file:///C:/myfolder/">view folder</a> but now ie and firefox won't allow that for security reasons. Is there something in php that can do this? Thanks. Link to comment https://forums.phpfreaks.com/topic/61689-opening-a-local-folder-with-hyperlink/ Share on other sites More sharing options...
ToonMariner Posted July 25, 2007 Share Posted July 25, 2007 nope the only element that allows that is the <input type="file" .... which you would use to slect a file for uploading etc... Link to comment https://forums.phpfreaks.com/topic/61689-opening-a-local-folder-with-hyperlink/#findComment-307063 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.