MultipartRequest java.io.IOException: Corrupt form data: premature ending
567558Jan 11 2009 — edited Jan 12 2009i try to upload a file using MultipartRequest
i want to get the name of the file uploaded with html form
and display it on jsp page (just for now to see if it works)
in server.log i see Error creating file: java.io.IOException: Corrupt form data: premature ending
thank You