Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] replied to the discussion
"fileupload using apache fileupload" To view the discussion, visit: http://community.jboss.org/message/549712#549712 -------------------------------------------------------------- Hi, I assume that you have to configure "DiskFileItemFactory" and set a repository (location to store files) and a threshold (see http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setRepository(java.io.File) http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setRepository(java.io.File) .If both are not set, it discards files in the request I assume. Hope this helps Wolfgang -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/549712#549712] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
