blob: 155863ba5931c225734f718c2f364d20923121ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!--#set var="revision" value="\$Id: file-upload.html,v 1.17 2003-05-24 20:32:45 link Exp $"
--><!--#set var="date" value="\$Date: 2003-05-24 20:32:45 $"
--><!--#set var="title" value="W3C Markup Validation Service: Upload Files"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<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">
<table>
<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>
<!--#include virtual="detailed-form.html" -->
<tr><td />
<td><input type="submit" value="Validate this file" /></td>
<td />
</tr>
</table>
</form>
</div>
<p>
If your document is on the Web, you can validate it with the same advanced options
by <a title="Validate files by URI" href="detailed.html">entering its address</a> instead.
</p>
<!--#include virtual="footer.html" -->
</body>
</html>
|