summaryrefslogtreecommitdiffstats
path: root/htdocs/file-upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/file-upload.html')
-rwxr-xr-xhtdocs/file-upload.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html
index 8413b98..cf04b73 100755
--- a/htdocs/file-upload.html
+++ b/htdocs/file-upload.html
@@ -1,17 +1,18 @@
-<!--#set var="revision" value="\$Id: file-upload.html,v 1.9 2002-02-11 22:09:09 link Exp $"
---><!--#set var="date" value="\$Date: 2002-02-11 22:09:09 $"
+<!--#set var="revision" value="\$Id: file-upload.html,v 1.10 2002-08-20 01:51:23 link Exp $"
+--><!--#set var="date" value="\$Date: 2002-08-20 01:51:23 $"
--><!--#set var="title" value="About the W3C HTML Validation Service"
---><!--#include virtual="/header.html" -->
+--><!--#set var="relroot" value="./"
+--><!--#include virtual="header.html" -->
- <p>
+ <p id="skip">
This form allows you to upload files from your computer and have
them validated.
</p>
<div>
<h2>Validate Uploaded File</h2>
- <form method="post" enctype="multipart/form-data" action="/check">
+ <form method="post" enctype="multipart/form-data" action="check">
<table>
- <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="uploaded_file">File:</label></th><td colspan="2"><input type="file" id="uploaded_file" name="uploaded_file" size="50" /></td></tr>
<tr>
<th><label for="charset">Character Encoding:</label></th>
<td colspan="2">
@@ -92,6 +93,6 @@
</p>
-<!--#include virtual="/footer.html" -->
+<!--#include virtual="footer.html" -->
</body>
</html>