説明なし

index.html 325B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>upload pprof profile file</title>
  6. </head>
  7. <body>
  8. <form action="http://localhost:8090/upload" method="post" enctype="multipart/form-data">
  9. <input type="file" name="file">
  10. <input type="submit" name="上传" id="">
  11. </form>
  12. </body>
  13. </html>