I need to upload files from client to our network file system. The web app runs as a user that has authority to the network system. Is there a way to read the bytes of a client file into a parameter and then send that to the servlet so it can be processed(FileOutputStream)?