AutomatedGenealogy.com http://192.168.88.137:81/phpBB3/ |
|
Server error - Attempt to upload an image. http://192.168.88.137:81/phpBB3/viewtopic.php?f=20&t=6253 |
Page 1 of 1 |
Author: | mcmichel [ Tue Aug 22, 2017 3:43 pm ] |
Post subject: | Server error - Attempt to upload an image. |
Hello, I'm getting a server error after attempting to upload a jpeg image of 100K or so: An error occurred at line: [12] in the jsp file: [/UploadImage2.jsp] The type Part is ambiguous 9: String vidStr = (String) session.getAttribute("Vid"); 10: try { 11: MultipartParser mp = new MultipartParser(request, 1*1024*1024); // 1MB 12: Part part; 13: while ((part = mp.readNextPart()) != null) { 14: String name = part.getName(); 15: if (part.isParam()) { Thanks for investigating, Michel Dubois, Quebec city |
Author: | Lindsay Patten [ Fri Aug 25, 2017 5:18 pm ] |
Post subject: | Re: Server error - Attempt to upload an image. |
I've applied a fix. This was the result of moving to Java 8 in order to deal with the server crashes. Thanks for letting us know about the problem. |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |