Correct Answer: The interface orgapachestrutsuploadFormFile is used for the struts file upload application This interface represents a file that has been uploaded by a client It is the only interface or class in upload package which is typically referenced directly by a Struts application This is not specific to Struts in case of DHTML but the two things that are needed in DHTML page is: first, the form needs to specify an enctype of multipart/form-data and second an form control of type file Following are the steps to load file in DHTML: - Creating a bean - Writing the ActionClass - Mapping the bean in struts-configxml - Defining actionmapping - Developing the DHTML page