⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filetest.html

📁 cgi分析
💻 HTML
字号:
<html><head><title>File-upload test form for cgi-util 2.x</title></head><body><!-- filetest.html     File-upload test form for cgi-util 2.x     by Bill Kendrick     bill@newbreedsoftware.com --><!-- First, we begin an HTML form: --><form action="filetest.cgi" method="post" ENCTYPE="multipart/form-data"><!-- As you can see, it uses the "POST" HTTP method, and when submitted,     will call up the "filetest.cgi" URL.  We most also supply the     "multipart/form-data" encoding type. --><!-- Now, we put some form fields on the screen: -->Your name? <input type="text" name="name"><br>File? <input type="file" name="filename"><br><!-- Notice the "file"-type input form, named "filename" --><!-- Finally, the all-important submit button: --><input type="submit" name="sub" value="Ok"><!-- Oops, one last thing... end the form: --></form><p></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -