Page 1 of 1

upload image profile

Posted: 18 Dec 2020, 13:25
by lucarg76
I wanted to give users the possibility to upload their photo to be included in their profile but the image must be present in the folder src\main\webapp\resources\verona-layout\ images\
Come can I do?
Gianluca C.

Re: upload image profile

Posted: 21 Dec 2020, 17:48
by mert.sincan
I think you need to upload the user's images to your server. After you upload the images, you can give the link on the server to the <img> tag.
Please see;
https://stackoverflow.com/questions/115 ... age-in-jsf
https://www.javaknowledge.info/upload-a ... rimefaces/

Best Regards,