%@taglib prefix="s" uri="/struts-tags" %> <% String username = request.getRemoteUser(); String base_dir = request.getContextPath(); %>
This page is a HTML Response to a HTTP GET of the restful record upload service URL at <%=base_dir%>/admin/upload. In order to submit a record to the service, you must send a HTTP-POST request to this URL with the following form fields
An example of depositing an XML file using the CURL command line client is as follows: curl .....