playwright/test/assets/input/fileupload.html

12 lines
213 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<!DOCTYPE html>
<html>
<head>
<title>File upload test</title>
</head>
<body>
<form action="/input/fileupload.html">
2019-11-19 05:18:28 +03:00
<input type="file">
<input type="submit">
</form>
2019-11-19 05:18:28 +03:00
</body>
</html>