Hi,
I'm a new java user and i have to develop an application with JSF in
which i have to upload a txt file.
After the upload i have to develop an application that reads the txt
file uploaded and counts row and columns number of file.
How can realize upload with JSF?
I use Eclipse with embedded Tomcat.
Please help me....
Andrea Desole - 26 May 2006 15:19 GMT
> Hi,
> I'm a new java user and i have to develop an application with JSF in
[quoted text clipped - 4 lines]
> I use Eclipse with embedded Tomcat.
> Please help me....
The easiest way is probably to use the inputFileUpload tag that you can
find in MyFaces:
http://myfaces.apache.org/
I personally developed my own, but I wouldn't recommend it now.