I need to make a registration screen, where the user can choose up to 5 photos to save.
I'm using JSF 2.2 I'd like to know the best way to do this, without using primefaces
or richfaces
, using a component type link , I tried to use Serlvet
, but I can not pass the images to the managedbean.
Ideally, photos should be saved by submitting the page.
Does anyone have a solution?