<%-- - FILE - fileUpload.jspf - - DESCRIPTION - A page to upload a file (local file or file from s/w library) containing - the patch data. - - MODIFIED (MM/DD/YY) - kavkrish 09/26/06 - OAC Fix - svengali 09/12/06 - Add an example upload file - tasingh 02/01/06 - Instead of remote file upload, supoort upload - from S/W library. - tasingh 01/120/05 - created --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ include file="/oemNoscript.jspf" %> <%--uix Tag Library--%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for labels/headers specific to Target Selector--%> <%--To help in partial page renderring--%> <%@ include file="/enablePPR.jspf" %> <%-- - To display "Oracle Enterprise Manager" followed by - UserName on PageTitle. To append page specific string - in the title implement getPageHeader() in the - CONTROLLER CLASS. --%> <%@ include file="/oemTitle.jspf" %> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--The message box to show error/info messge etc--%> <%-- --%> <%--The cancel, next, back and select Buttons--%> <%--Cancel button--%> <%--Upload Button--%>