PHP Code needed for connecting USB devies

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ampmurugan
Forum Newbie
Posts: 3
Joined: Mon Apr 26, 2010 6:27 am

PHP Code needed for connecting USB devies

Post by ampmurugan »

I am in the process of developing a web application in PHP, which should communicate with a USB storage device connected with a client machine and read some files. If any of you have done this before, can you please share your experience and ideas. Thanks for your time.
User avatar
a94060
Forum Regular
Posts: 543
Joined: Fri Feb 10, 2006 4:53 pm

Re: PHP Code needed for connecting USB devies

Post by a94060 »

I think this has already been responded to in another thread, but it isn't possible. The best bet, as someone else said, would be to use java. In PHP,the only way you would be able to get files is if the user uploaded them.
Post Reply