8 lines
116 B
HTML
8 lines
116 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type='file'>
|
|
<br>
|
|
<input type='file' multiple>
|
|
</body>
|
|
</html>
|