1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>upload pprof profile file</title>
- </head>
- <body>
-
- <form action="http://localhost:8090/upload" method="post" enctype="multipart/form-data">
- <input type="file" name="file">
- <input type="submit" name="上传" id="">
- </form>
-
-
-
- </body>
- </html>
|