view zpt/updatePersonalwww.zpt @ 213:8d6d14498778

trying # 130: sortProjects funktioniert nicht https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/130
author casties
date Wed, 07 Aug 2013 11:27:29 +0200
parents bca61e893fcc
children
line wrap: on
line source

<html>
  <head>
    <title>update personal_www from filemaker output</title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
  </head>
  <body>
    <h2>update personal www from filemaker output</h2>
    <p>To update from filemaker upload an xml-export file from filemaker.</p>
    <form action="updatePersonalwww" enctype="multipart/form-data" method="POST"> 
      <input type="file" name="uploadfile">
      <input type="submit" value="upload"> 
   </form>
  </body>
</html>