[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread Newlukai
That's not so good. At the moment I use Seam 1.1.5.GA and ICEfaces 1.5.3 and I'm using the ICEfaces upload component. I've not completed the upload feature for my application, but right now, the uploaded file is placed in the deployment directory and I retrieve an InputFile object with the path

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread henrik.lindberg
Newlukai, unless I am misinformed - if you use ICEFaces 1.5.3, and Seam 1.1.6GA neither the ICEFAces file upload, nor the Seam upload works. This is logged as an issue in Jira View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020606#4020606 Reply to the post :

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread Newlukai
Hi, is this upload tag compatible with ICEfaces? Or should the ICEfaces fileUpload be used? Regards Newlukai View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020539#4020539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-07 Thread kaolle
I'm somewhat new to the Java domain, so I wonder if you have any sample how to stream the stored blob content? I suppose I need to checkout the latest and greatest from CVS to take advantage if this feature, which source files do I need to check out, or is the only option to checkout all? "[E

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread petemuir
Sorry, no, these aren't features which are added, they are ideas for features which could be added! I think the issue of resource loading has to be addressed in Seam (I need to find some time to start a thread on it), so as a result I don't think dynamicImage should go into core as it is - anyw

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread gus888
"petemuir" wrote : Yes, this is a good idea (for images at least) - other interesting things you can do: | | * adjust the image ratio (put transparent bars around | it) | * scale it | * adjust it's quality | * convert it between formats (e.g. upload as bmp, save as png) | | Furt

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread ask4saif
Dear shane, thanks for your help, I will see the example. Hope It will do fine for me. thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011281#4011281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011281 _

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread [EMAIL PROTECTED]
Over this last weekend I completely rewrote the file upload component, and one of the improvements is the ability to stream the upload to a temp file on disk. Plus you can now also bind the file data to either a byte[] or InputStream property - so what this means, is that if you use this option

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread ask4saif
Dear Shane I have used this component of yours and its working fine. Can you please tell me, how can we regenerate the saved images in the database to our front end in JSF. Currently i have tried it as: | | | but it is not displaying the image, can you please help me in this m

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread petemuir
Yes, this is a good idea (for images at least) - other interesting things you can do: * adjust the image ratio (put transparent bars around it) * scale it * adjust it's quality * convert it between formats (e.g. upload as bmp, save as png) Further, you can apply a validator (e.g. reject the ima

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread SmokingAPipe
Cool, a file upload component! One small comment: there should be a way to apply a Converter to this. What does this mean? Very often files are very big, and should be streamed straight to disk or processed in some way (image resized) before being put into a byte array. For example, Java 2d

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-05 Thread ask4saif
Dear Shane I have used this component of yours and its working fine. Can you please tell me, how can we regenerate the saved images in the database to our front end in JSF. Currently i have tried it as: | | | but it is not displaying the image, can you please help me in this matter.

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-30 Thread [EMAIL PROTECTED]
Yes, seamspace uses the new fileUpload control. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008522#4008522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008522 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-30 Thread poyge394
witch exampel project is it ? is it seamspace ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008303#4008303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008303 ___ jboss

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-26 Thread [EMAIL PROTECTED]
Thanks Kenneth, I've added these extra lines. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007040#4007040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007040 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-26 Thread msystems
I'm using JSF 1.1 RI and the file upload component doesn't work. It will work just fine if I include the following lines of code in the FileUpload.decode(): | if (request instanceof HttpServletRequestWrapper) { // Needed for JSF 1.1 RI | request = ((HttpServletRequestWrappe

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread gus888
Very nice. This will be very easy to value-bind file with entity bean. Thank you so much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005516#4005516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005516

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread [EMAIL PROTECTED]
anonymous wrote : This fileUpload component is very easy to use, but I am wondering how to get the uploaded file properties, e.g. type, name. Thank you. Shane added that last night. It looks like: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005440#400544

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread gus888
Hi, This fileUpload component is very easy to use, but I am wondering how to get the uploaded file properties, e.g. type, name. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005339#4005339 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread petemuir
The wiki is your friend :) http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss | cvs co jboss-seam | cd jboss-seam | ant dist | cd ../jboss-seam-1.1.1.GA/ View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread ask4saif
Dear petemuir, i know i need to grab a copy of seam from cvs. can you tell me how to get a copy from cvs. that i want to know. please guide me to the cvs. I will be very thankful to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005278#4005278 Reply

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread petemuir
You need to grab a copy of Seam from CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005255#4005255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005255 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread ask4saif
Dear shane, Nice work, how can i download and embed your work in my current seam package. can you send me the link please. thank you in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005251#4005251 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-22 Thread [EMAIL PROTECTED]
One more thing I forgot to mention - the form tag needs to set the encoding type to multipart/form-data: | | ... | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005086#4005086 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-22 Thread svadu
Nice! And may be even just in time :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004981#4004981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004981 ___ jboss-user mailin