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

📄 applet_ftp_simple.html

📁 both http and ftp file upload
💻 HTML
字号:
<html>
<style type="text/css">
<!--
.temp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {color: #666666}
-->
</style>
<body>
<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="temp">
  <tr>
    <td align="center"><strong><br>
    - jClientUpload Applet (FTP upload sample) - <br>
    </strong></td>
  </tr>
  <tr>
    <td align="center"><p><br>
<!-- jClientUpload Applet : Begin copy/paste -->
  <APPLET  CODE = "javazoom.upload.client.MApplet.class" CODEBASE = "./" ARCHIVE = "lib/jclientupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar" WIDTH = "250" HEIGHT = "250" NAME = "clientupload">
    <PARAM NAME="scriptable" VALUE="true">
    <PARAM NAME = "url" VALUE="ftp://localhost">
    <PARAM NAME = "param1" VALUE="username">
    <PARAM NAME = "value1" VALUE="anonymous">
    <PARAM NAME = "param2" VALUE="password">
    <PARAM NAME = "value2" VALUE="something@somewhere.com">
    <PARAM NAME = "mode" VALUE="ftp">
  </APPLET>
<!-- jClientUpload Applet : End copy/paste -->
        <br>
        <br>
        <span class="style1">current url=ftp://localhost<br>
(Modify <u>url</u> parameters in this HTML source code to fit your server-side) </span>        <br>
      </p>
    </td>
  </tr>
  <tr>
    <td align="center"><p><b><br>
    </b>
</p>
      <p><b>jClientUpload 1.8 Applet</b><br>
Homepage : <a href="http://www.javazoom.net/applets/jclientupload/jclientupload.html" target="_blank">http://www.javazoom.net</a> <br>
<br>
</p>
      <p>This product requires <a href="http://www.java.com" target="_blank">Java</a>&#8482; technology. </p></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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