[jboss-user] [JBoss Seam] - Re: s:fileUpload throw

2007-05-14 Thread cchee
In the database, these two form fields are blog data type. My impression is this is binary data for any size, is that correct assumption? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045550#4045550 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload throw

2007-05-14 Thread cchee
sorry.. typo. blog should be blob View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045551#4045551 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045551 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:fileUpload throw

2007-05-14 Thread [EMAIL PROTECTED]
I know that some databases have different sizes for blob fields, MySQL being one example, with a standard blob size of 64K. You could confirm this by trying to upload a smaller file, and if that works then change the blob field type to something larger. View the original post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload throw

2007-05-12 Thread stu2
Isn't it just that the uploaded file is too big for the column? You might want to put some debug in the byte [] setter to check the size, and also specify the column size. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045204#4045204 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload throw

2007-05-11 Thread stu2
could you please attach the relevant sections of your xhtml and bean? There isn't enough info in your post to answer your question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045154#4045154 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload throw

2007-05-11 Thread cchee
edit.xhtml: !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | | ui:composition xmlns=http://www.w3.org/1999/xhtml; | xmlns:s=http://jboss.com/products/seam/taglib;