File Upload with Jsf....

G

gbattine

Hi,
i'm a new Jsf user and i have a problem. I have to develop a web
application that allow a file upload.
1) Mi first question is : how to realize file upload with JSF and
Eclipse? I know it's impossible with standard libraries but it's
possibile with myfaces extensions...
How can i do it?Can you help me with some code,i'm a newbie and i'm not
too expert...
2) My second question is: after the upload my application has to show
at the user the number of columns and rows of the files. I have
realized a java application that makes it reading a file in this way

FileReader file = new FileReader(fileName);
BufferedReader br = new BufferedReader(file);

and later counts row and column numbers.
Can i use it in my application?How?

Thanks for you help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top