Page 1 of 1

PHP Code needed for connecting USB devies

Posted: Tue Apr 27, 2010 1:31 am
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.

Re: PHP Code needed for connecting USB devies

Posted: Tue Apr 27, 2010 2:16 am
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.