[jboss-user] [JBoss Seam] - Re: Tomahawk File Upload
hubaer
do-not-reply at jboss.com
Mon Jan 29 06:40:29 EST 2007
Hi Yogesh,
I'm not sure if I can really help you, but you can configure the tomahawk File Upload to store the tempory files on your file system or in your ram.
So could it be that on your remote servers the files are stored in the ram and therefore the getName() method cannot return the real file location to you, because the file doesn't really exist on the file system.
Why don't you use the getInputStream method and wrap this with an InputStreamReader to your CSVReader?
Regards
Marco
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007728#4007728
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007728
More information about the jboss-user
mailing list