Applet: | DownloadClient and UploadClient |
Description: | By default, the JFile applet is displayed in a pop-up window.
To embed the applet in the main browser window, set UseAppletInBrowser to 1. The <applet> tag's attributes height and width are for a browser-embedded applet. To display the whole embedded applet, set height and width to at least 250 and 300, respectively. (When the applet is displayed in a separate window, height and width should be set to 0.) |
Example: | <APPLET CODEBASE="/JFileSamples" code="softartisans.filetransfer.UploadClient.class"
height="250" width="300" mayscript archive="filetransfer.jar" name="fileupload"> <param name="UseAppletInBrowser" value="1"> |