test-perl.html
来自「一个优秀的JAVA代码,实现图片的上传,图片的下载等功能.」· HTML 代码 · 共 44 行
HTML
44 行
<html><head><title>File Upload Tester</title></head><body><form enctype="multipart/form-data" action="/cgi-bin/upload.cgi" method="post"> <table border="0" cellpadding="10" align="center" width="770" align="center"><tr><td align="center"><h1>File Upload Test</h1></td></tr><tr><td><p>This form is provided as an aid for you to test your server's file upload capability over HTTP.Copy this file (test-perl.html) to your web space and copy the upload.cgi file to the /cgi-bin/directory. change it's permissions to 755.</p><p>If file upload is successful you will see the list of files that were transfered on the next page. The sample upload handlers we have included are in PHP and perl. Please refer to the php manual at <a href="http://www.php.net">php.net</a>or the perl manuals (<i>man perl</i> and <i>man CGI</i>) for more details on file upload handling.</p></td></tr><tr> <td valign="top" align="center"> <table border=0 align="center" cellpadding=3> <tr><td><input type="file" name="userfile[0]"></td></tr> <tr><td><input type="file" name="userfile[1]"></td></tr> <tr><td><input type="file" name="userfile[2]"></td></tr> <tr><td colspan=2 align="center"> <input type="hidden" name="sessionid" value="<?= $sid ?>"> <input type="submit"> </td></tr></table></td></tr><tr><td><p align="center">Please visit <a href="http://www.radinks.com/?dn">http://www.radinks.com</a> regularly for updates.</p></table></form></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?