1
I need to make a registration screen, where the user can choose up to 5 photos to save.
I am using JSF 2.2 would like to know the best way to do this without using primefaces
or richfaces
, using a type component http://www.plupload.com/examples/ui , tried to use Serlvet
, but I cannot pass the images to managedbean.
Ideal is that photos were saved when submitting the page.
Someone has a solution?
Could you post what you have done so far? such as
.xhtml
and yourManagedBean
?– Wellington Avelino
Managed to solve this problem @Felipesousa?
– Wellington Avelino