brosskgm Posted February 21, 2010 Share Posted February 21, 2010 I have found of lot that do this, but they only get the file list from the server. I"m looking for something similar that would us a file upload clicker and select the directory or drive(CD or DVD), and the file listing will be stored into a database and then that list can be given a disk or drive location. Like a record of whats on a given DVD or CD There is several of these as program, but I'm hoping to find something for php/mysql Thanks Quote Link to comment https://forums.phpfreaks.com/topic/192834-how-to-read-file-list/ Share on other sites More sharing options...
premiso Posted February 21, 2010 Share Posted February 21, 2010 You will not find one, as this needs an ActiveX control to do it which gets installed Client side. PHP is Server Side, and cannot do this. Quote Link to comment https://forums.phpfreaks.com/topic/192834-how-to-read-file-list/#findComment-1015737 Share on other sites More sharing options...
jskywalker Posted February 21, 2010 Share Posted February 21, 2010 you can do it with an ActiveX, but this will tie down the end-user to Windows But there are other ways too, like i.e.: http://www.websupergoo.com/file-upload-1.htm Quote Link to comment https://forums.phpfreaks.com/topic/192834-how-to-read-file-list/#findComment-1015743 Share on other sites More sharing options...
brosskgm Posted February 21, 2010 Author Share Posted February 21, 2010 I can do file upload, already do. I'm not quit following how file upload is another way to do it. I'll look in to ActiveX, most use windows. I run Mandriva, and I think firefox has an addon for it to be cross platform. But that's one area to look into. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/192834-how-to-read-file-list/#findComment-1015755 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.