I have following table
category
catId catName description catImage
I want to create a form to add new category. But I want to use primefaces 3.4.2
For image uploading and wanna store image path in database.
How can I do that using managed bean???