<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - Form to upload a bitstream - - Attributes: - item - the item the bitstream will be added to --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.content.Item" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <% Item item = (Item) request.getAttribute("item"); request.setAttribute("LanguageSwitch", "hide"); Boolean noFileSelected = (Boolean) request.getAttribute("noFileSelected"); boolean isNoFileSelected = (noFileSelected == null ? false : noFileSelected.booleanValue()); %> <%--

Upload Bitstream

--%>

<%--

Select the bitstream to upload

--%> <% if(isNoFileSelected){ %>

<%} else {%>

<%}%>

" />