I want to allow user to upload excel file in database from OAF page.
Suppose that excel file contains below columns
EmpNo
EmpName
Job
Suppose also that I have Entity Object named XxxEmpEO and I created View Object XxxEmpVO based on previous entity object which has below attributes
EmpNo
EmpName
Job
Scenario
I added new item in page of type messageFileUpload ["uploadExcelFile" ] and Button ["uploadButton"].If user click a button, I will upload excel file that is entered in messageFileUpload item to Entity Object and then commit changes to database.