Hi everyone,
I use the code above in Liferay Po,
January 23, 2007 at 12:57 AM
Hi everyone,
I use the code above in Liferay Portal and I got java.lang.NullPointerException error. Which points to the myFile = null. My jsp looks like this <tr> <td>File Name: </td> <td><input type="file" name="theFile" size="50" value=""></td> </tr> Notice that value="", I think that is the problem. Any help would be appreciated.