Mercurial > hg > MPIWGWeb
comparison zpt/updatePersonalwww.zpt @ 0:bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
author | casties |
---|---|
date | Thu, 10 Jan 2013 17:52:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bca61e893fcc |
---|---|
1 <html> | |
2 <head> | |
3 <title>update personal_www from filemaker output</title> | |
4 <meta http-equiv="content-type" content="text/html;charset=utf-8"> | |
5 </head> | |
6 <body> | |
7 <h2>update personal www from filemaker output</h2> | |
8 <p>To update from filemaker upload an xml-export file from filemaker.</p> | |
9 <form action="updatePersonalwww" enctype="multipart/form-data" method="POST"> | |
10 <input type="file" name="uploadfile"> | |
11 <input type="submit" value="upload"> | |
12 </form> | |
13 </body> | |
14 </html> |