-1

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???

messivanio
  • 2,263
  • 18
  • 24
hiren gamit
  • 2,083
  • 6
  • 25
  • 23
  • possible duplicate of [How to use PrimeFaces p:fileUpload? Listener method is never invoked](http://stackoverflow.com/questions/8875818/how-to-use-primefaces-pfileupload-listener-method-is-never-invoked) – Luiggi Mendoza Dec 23 '12 at 17:31

1 Answers1

0

Yes you can do using managed bean. check the following links

  1. Primefaces component suite for FileUpload - Simple
  2. A Stackoverflow answer How to use PrimeFaces p:fileUpload?
Community
  • 1
  • 1
vels4j
  • 11,208
  • 5
  • 38
  • 63