you using any upload libraries?
Hi
Thank You for your reply.Yeah.. Im using commons-fileupload Jar file to upload files. And now I can get the full path of the file uploaded using jsf in ff3 itself. I just added a single line to get the full path,
File f =item.getFile() will get the full path of the file uploaded and I pass the file object as argument in my program wherever I want to retrieve the datas from the file.
Thank You for your reply....