puppeteer/test/assets/input/fileupload.html

9 lines
130 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>File upload test</title>
</head>
<body>
<input type="file">
</body>
</html>