Changeset 955
- Timestamp:
- 18/05/06 15:40:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/parser/parseTest.py
r954 r955 24 24 form = cgi.FieldStorage() 25 25 if not form: 26 print """<form action="http://glue.badc.rl.ac.uk/cgi-bin/csml/parseTest 2.py" method="POST" enctype="multipart/form-data">26 print """<form action="http://glue.badc.rl.ac.uk/cgi-bin/csml/parseTest.py" method="POST" enctype="multipart/form-data"> 27 27 <input type="file" name="filename"> 28 28 <input type="submit"> … … 86 86 print "<p>" + item + "</p>" 87 87 print "<h3> Sorry about the formatting...</h3>" 88 89 90 88 main() 91 89
Note: See TracChangeset
for help on using the changeset viewer.