SoftArtisans JFile includes two file-transfer applets:
To create an instance of the DownloadClient, use HTML's <applet> tag, as follows.
<APPLET codebase="/JFileSamples" code="softartisans.filetransfer.DownloadClient.class" height="0" width="0" mayscript archive="filetransfer.jar" name="filedownload">
<PARAM name="UseAppletInBrowser" value=1>If you do not set UseAppletInBrowser to 1, that is, if you display the applet in a separate window, set Height and Width to 0.
You can manipulate the DownloadClient in script using its numerous JavaScript methods, listed below.
JavaScript methods are case-sensitive. |