Ok. Everything works with the oreilly's Mulitpart class. Except
that everytime I upload I get thrown this error. The files is still
uploaded and I can get an Enumeration of the Files upload from
multi.getFileNames()
Any idea about what could make it throw this error?
java.io.IOException: Corrupt form data: premature ending
at
com.oreilly.servlet.MultipartRequest.readRequest(MultipartRequest.java:356)
at
com.oreilly.servlet.MultipartRequest.<init>(MultipartRequest.java:149)
at
com.oreilly.servlet.MultipartRequest.<init>(MultipartRequest.java:105)
at iguana.util.FormUtil.getParamValues(FormUtil.java:26)
Line 26:
MultipartRequest multi = new MultipartRequest(request, "./tmp/");
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]