Page: http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadWithAction , version: 11 on Wed Apr 30 15:38:53 2003 by 217.5.184.2
- File file = filePart.getFile(); + File file = ((FilePartFile)filePart).getFile(); ? +++++++++++++++ +
Page: http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadWithAction , version: 11 on Wed Apr 30 15:38:53 2003 by 217.5.184.2
- File file = filePart.getFile(); + File file = ((FilePartFile)filePart).getFile(); ? +++++++++++++++ +