Login
Remember
Register
Ask a Question
What is h:inputFile tag in JSF (JavaServer Faces)?
0
votes
asked
Sep 13, 2022
in
JSF
by
sharadyadav1986
What is h:inputFile tag in JSF (JavaServer Faces)?
inputfile-tag
jsf
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 13, 2022
by
sharadyadav1986
JSF renders it as an HTML element of type file. It is used to get the file as input. In HTML form, it allows a user to upload a file.
...