Java code to upload file and place file on server directory
Hi,
Am a relatively new Java programmer. I need to add a functionality to a struts web application to allow users UPLOAD a file (using browse button). I need to read the file name,, do some other checks and eventually, upload the file to a server directory.
When do I start? Any good website for source code examples?
Thanks

