Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<!-- size should have no impact on <input type='file'>. -->
<html>
<body>
<input type='file' size='5'>
<br>
<input type='file' multiple size='30'>
</body>
</html>