Details
Description
Add a method to get the filename from <h:inputFile>. The getName() method returns the ID of the control, not the filename. So we need to parse the Content-Disposition HTTP header.
Add a method to get the filename from <h:inputFile>. The getName() method returns the ID of the control, not the filename. So we need to parse the Content-Disposition HTTP header.