I have seen on other mails that i should use this for my problem: (code)
FileItem fupl = data.getParameters().getFileItem( "filen" ); System.out.println(fupl); (form) <form name="fsharing_upl_form" enctype="multipart/form-data" action="$jlink" METHOD=get> <input type="hidden" value="$self" name="self"> <input type="hidden" name="extension" value=""> <tr><td valign=top class=cone_text>File:</td> <td valign=top class=cone_text><input enctype="multipart/form-data" type="file" name="filen" class=cone_text></td></tr> .... but it writes 'null' to the console, and i have tried with com.oreilly.servlet.MultipartRequest too, but says that the form isn't multipart/form-data
