How to Upload file using JSF
hi,
Can anyone help me to upload the file using JSF. After searching on net I got this link http://www.onjava.com/pub/a/onjava/2005/07/13/jsfupload.html?page=1
But they are using MyFaces custom class. So when I tried to do file upload using this method. Its giving error while import org.apache.myfaces.custom.fileupload.UploadedFile;
So if anyone knows any different solution then help me out.
Thank you.

