I'm working on a Java Web application which needs to allow users to upload Access files to a Unix server. I've tried using a FileWriter object, then a BufferedWriter object, but in each case, when I try to open the uploaded Access file, I'm prompted for a password. But a password wasn't required for the original Access file. Any ideas as to how to resolve this?