Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

commons-fileupload

843841Jun 22 2007 — edited Nov 21 2007
I use commoms-file upload to upload an image

in myJsp.jsp
FileItemFactory factory = new DiskFileItemFactory();

ServletFileUpload upload = new ServletFileUpload(factory);

List items = upload.parseRequest(request); // this lone can not interpreted 

System.out.println(items)   // nothing

No exception 

what should bet the problem 
regards





ich vesuche items auszugeben aber passiert nichts nicht mal ein exception

was hoennte das Grund sein ???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2007
Added on Jun 22 2007
12 comments
569 views