Use the property java.io.tmpdir
to get the tomcat
temp folder and save your files there. That will be a good place to temporarily keep them in. So you can define it as follows:
public static final String TMP_DIR = System.getProperty("java.io.tmpdir")