Hi! I try to upload a file by a servlet and want to save it afterwards to disk. I'm using the org.apache.commons.fileupload package to get the file via a http post request. After that i want to create a new java.io.File object but get an IOException that says something like: "java.io.FileNotFoundException: C:\Programme\Apache Group\Tomcat 5.0\webapps\ROOT (access denied)" The Tomcat is running on a windows xp system and i'm administrator on that machine. The folder in which i want to open the file is not write protected. Perhaps someone knows what i am doing wrong? Here is my code: