simple.html 116 B

123456789
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <input type='file'>
  5. <br>
  6. <input type='file' multiple>
  7. </body>
  8. </html>