else if (filename != null) {
String contentType = (String) ms.getAttribute("content-type");
Path tempDir = CauchoSystem.getWorkPath().lookup("form");
try {
tempDir.mkdirs();
} catch (IOException e) {
}
Path tempFile = tempDir.createTempFile("form", ".tmp");
request.addCloseOnExit(tempFile);