File Upload in Firefox JSF1.2 -
file upload shows file name. there way can full path of uploaded file?
**jsp** <h:outputtext> <input name="uploadfile" title="upload file" type="file" size="50" accept="*.csv;*.txt" /> </h:outputtext> **pagenbean** string filepath = (string)super.getrequestmap().get("uploadfile");
when upload file, file name in pagebean. need complete path of uploaded file.
no, due security reasons. not able full path.
end user directory structure not shown.
Comments
Post a Comment