[jboss-user] [JBoss Seam] - Re: MultipartRequest: Access to the underlying tmp file

2007-04-23 Thread stu2
http://jira.jboss.com/jira/browse/JBSEAM-1234 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039987#4039987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039987 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: MultipartRequest: Access to the underlying tmp file

2007-04-23 Thread stu2
Actually, looking at the FileUploadTag, it looks like the only useage mode for this is to have a byte [] set directly in the component the tag is bound to. Since the tag itself supports working with a tmpfile, I'd prefer to be able to refer to the uploaded data as a reference to the file, or at