provina.html 202 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <h1>File upload button example</h1>
  5. <p>Click on the "Choose File" button to upload a file:</p>
  6. <form>
  7. <input type="file" id="FILE" name="filename">
  8. </form>
  9. </body>
  10. </html>