[jboss-user] [JBoss Seam] - Re: Restrict file upload size individually

pete.muir@jboss.org do-not-reply at jboss.com
Wed Jun 27 08:31:32 EDT 2007


Well http will post the file data to the server before invoking any JSF stuff - so its uploaded whatever.  If you point data at a InputStream, then fileUpload doesn't read in the stream, you do in your backing bean.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058133#4058133

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058133



More information about the jboss-user mailing list