I was wondering how Java applets work in regards to accessing data on a users PC. For example I wish to grab a file on their PC and send it to the web server hosting my webpage (basically a simple file transfer client program). Can this be done using something like a JFileChooser dialog?
Share
Yes, this can be done. You can always try and check it with minimal code (quick and dirty). This, this and this might help.