source: tapas/web/project/upload.jsp @ 825

Last change on this file since 825 was 825, checked in by rboipsl, 9 years ago

changement logo
champs locality/lieu desactives
+modif sur tapas.css et bas page frontend
+ ajout textes info xml et one transmission

File size: 665 bytes
Line 
1<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Upload Page</title>
7</head>
8<body>
9<form id="upload-form" class="upload-box" action="/tapas/data?methodName=uploadFile&jj=11" method="post" enctype="multipart/form-data">
10    <input type="file" id="file" name="file1" />
11    <span id="upload-error" class="error">${uploadError}</span>
12    <input type="submit" id="upload-button" value="upload" />
13</form>
14</body>
15</html>
16
Note: See TracBrowser for help on using the repository browser.