diff options
author | link <link@localhost> | 2001-09-20 16:46:07 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-20 16:46:07 +0000 |
commit | 118a71e77957892b0cd06ccd87e3e27bdfbfa6be (patch) | |
tree | 2957d81cbf117938e74827abbabaf8f55bf7e364 /htdocs | |
parent | 1ff1737a02bc5839d51ada0b5b0a8cecb8a7f750 (diff) | |
download | markup-validator-118a71e77957892b0cd06ccd87e3e27bdfbfa6be.zip markup-validator-118a71e77957892b0cd06ccd87e3e27bdfbfa6be.tar.gz markup-validator-118a71e77957892b0cd06ccd87e3e27bdfbfa6be.tar.bz2 |
Ooops! Cut&Paste from index.html brought along "URI" instead of "File". :-)
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/file-upload.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html index 027a2b3..12ac35a 100755 --- a/htdocs/file-upload.html +++ b/htdocs/file-upload.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: file-upload.html,v 1.6 2001-09-19 09:31:03 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" --> +<!--#set var="revision" value="\$Id: file-upload.html,v 1.7 2001-09-20 16:46:07 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-20 16:46:07 $" --> <!--#include virtual="/header.html" --> <p> @@ -10,7 +10,7 @@ <h2>Validate Uploaded File</h2> <form method="post" enctype="multipart/form-data" action="/check"> <table> - <tr><th><label for="uri">Address:</label></th><td colspan="2"><input id="uri" name="uri" size="50" /></td></tr> + <tr><th><label for="uploaded_file">File:</label></th><td colspan="2"><input type="file" name="uploaded_file" size="50" /></td></tr> <tr> <th><label for="charset">Character Encoding:</label></th> <td colspan="2"> |