Add a manual test file for uploading files
This commit is contained in:
parent
bac7a6eaf2
commit
8cef35517f
14
tests/manual/files.html
Normal file
14
tests/manual/files.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Selecting files</title>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
<p>Single file:</p> <input type="file"/>
|
||||
<p>Multiple files:</p> <input type="file" multiple/>
|
||||
<p>With accept-attribute:</p> <input type="file" accept="text/plain"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user