Does anyone know of any ways to list a treeview of a persons hard drive or computer?
I am looking to have a page that lists the folders or drives on the users computer and then have them selected from that the files they want to upload and then click "Upload" and have PHP upload the files selected in the treeview.
Doesn't that seem to be a potential security issue? I mean, I wouldn't want an app being able to scan my computer for my folder tree. But that is just me.
Well this is only being used by 10 people at the most and they are all working for the company and inside of the company building using company computers. Access to this has been granted and wanted.
My question isent asking how to have PHP access a persons computer, I want to know if there are any ways of using HTML/JAVA to access a persons computers files as a treeview. After doing so I MY SELF am going to program PHP to upload the selected files. The PHP part of this isent my question.
icesolid wrote:Well this is only being used by 10 people at the most and they are all working for the company and inside of the company building using company computers. Access to this has been granted and wanted.
Have you tried some Javascript forums? Or maybe looking into COM objects?
Yeah, but it will still need some type of ActiveX control I think (that is what I was talking about when I spoke out of my arse and said COM in the last post of mine).
I probably should have added the following words to my last post: 'I think'.
There is going to need to be something client side that acts as the mechanism for opening a view to the file system. What is that mechanism? I am really no expert at all in this field so I am asking legitimately.