TreeView
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
-
nickvd
- DevNet Resident
- Posts: 1027
- Joined: Thu Mar 10, 2005 5:27 pm
- Location: Southern Ontario
- Contact:
I dont think that Java by itself would be able to read local details due to it being run in it's own sandbox, without any outside access (i dont know/like java, so this is a guess)
If you only need it for file uploads, just use <input type="file"...... as clicking browse will cause the BROWSER to access the local drive and present a file open dialog... why re-invent the wheel
If you only need it for file uploads, just use <input type="file"...... as clicking browse will cause the BROWSER to access the local drive and present a file open dialog... why re-invent the wheel