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

📄 applet_http.js

📁 both http and ftp file upload
💻 JS
字号:
<!--
document.write('<APPLET CODE = "javazoom.upload.client.MApplet.class" CODEBASE = "./" ARCHIVE = "lib/jclientupload.jar,lib/httpimpl.jar,lib/chttpclient.jar,lib/clogging.jar" WIDTH = "250" HEIGHT = "250" NAME = "clientupload">');
document.write('<PARAM NAME="scriptable" VALUE="true">');
document.write('<PARAM NAME = "url" VALUE="http://localhost:8080/uploadbean/process.jsp">');
document.write('<PARAM NAME = "paramfile" VALUE="uploadfile">');
document.write('<PARAM NAME = "param1" VALUE="todo">');
document.write('<PARAM NAME = "value1" VALUE="upload">');
document.write('<PARAM NAME = "mode" VALUE="http">');
document.writeln('</APPLET>');
//-->

⌨️ 快捷键说明

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