📄 jdemo.html
字号:
<!-- Copyright (c) 2000 Persits Software, Inc. -->
<HTML>
<HEAD>
<TITLE>JUpload 1.0: Files.asp</TITLE>
</HEAD>
<BODY>
<!-- Specify location of the applet via both ARCHIVE attribute of <APPLET>
(for Netscape) and <PARAM NAME="CABBASE"> for IE -->
<TABLE CELLPADDING="3" CELLSPACING="0" BORDER="1"><TR>
<TD ALIGN="CENTER" VALIGN="CENTER" BGCOLOR="#FFCE00">
<APPLET codebase="/" CODE="persits.transfer.gui.UploadUI.class" ARCHIVE="JUpload.jar" WIDTH="500" HEIGHT="200" name="JUpload" mayscript>
<PARAM NAME="cabbase" VALUE="JUpload.cab">
<!-- Specify URL of upload script based on the AspUpload component-->
<!-- If necessary, specify server name explicitly such as "http://servername/jupload/simple_upload.asp-->
<PARAM NAME="UploadURL" VALUE="http://www.persits.net/jupload/juploadscript.asp">
<!-- Specify default folder --->
<PARAM NAME="Directory" VALUE="c:\">
<!-- Set BGCOLOR to match the background color of table cell-->
<PARAM NAME="BGCOLOR" VALUE="#FFCE00">
<!-- Specify file filter: JPG, GIF, BMP files only-->
<PARAM NAME="Filter1" VALUE="Images (*.jpg,*.jpeg,*.gif,*.bmp)">
<PARAM NAME="Filter2" VALUE="All Files (*.*)">
<!--Specify limitations on file size and number-->
<PARAM NAME="MaxFileCount" VALUE="20">
<PARAM NAME="MaxFileSize" VALUE="500000">
<PARAM NAME="MaxTotalSize" VALUE="1000000">
<!-- Optional: specify images for certain file extensions to be shown in all dialogs-->
<PARAM NAME="FileIcon1" VALUE="images\gif.gif (gif)">
<PARAM NAME="FileIcon2" VALUE="images\jpg.gif (jpg,jpeg)">
<PARAM NAME="FileIcon3" VALUE="images\html.gif (htm,html)">
<PARAM NAME="FileIcon4" VALUE="images\txt.gif (txt)">
<PARAM NAME="FileIcon5" VALUE="images\doc.gif (doc)">
<PARAM NAME="FileIcon6" VALUE="images\zip.gif (zip)">
<PARAM NAME="FileIcon7" VALUE="images\bmp.gif (bmp)">
<PARAM NAME="FileIcon8" VALUE="images\xls.gif (xls)">
<PARAM NAME="FileIcon9" VALUE="images\mpg.gif (mpg,mpeg)">
</APPLET>
</TD></TR></TABLE>
<P>
<TABLE WIDTH="500"><TR><TD>
<FONT FACE="Arial" SIZE="2">
<B>Instructions:</B> Click the "Add" button
to select one or more files to be uploaded.
To remove one or more files from the list, select
the desired files and click the "Remove" button.
To start an upload, click "Upload".
<P>
All uploaded images (*.gif and *.jpg) will be automatically displayed.
<P>
Limit the total number of files to 20, total size to 500,000 bytes
and individual file size to 1,000,000 bytes.
</FONT>
</TD></TR></TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -