view zpt/MPIWGProject_newfile.zpt @ 44:05754bca0114

updated project not current warning.
author casties
date Sun, 28 Apr 2013 19:12:49 +0200
parents bca61e893fcc
children
line wrap: on
line source

<html>
<head>
   <title>The title</title>
</head>
<body>

<div>

<h1>Project-Upload</h1>
<form method="post" action="loadNewFile" enctype="multipart/form-data">

<p>File:</p>
<input type="file" name="fileupload"/>
<input type="submit">
</form>
</div>
</body>
</html>