| Sample Applications |
To help kick start your Appletfile development project, two fully-functioning sample applications have been provided under the samples folder of the program directory (C:\Program Files\AhsiaSoft\Appletfile) in which you installed Appletfile. To run these samples, you will need to be using either a server scriptig engine which is rfc1867 compliant.
This sample application demonstrates how to use the Upload applet to upload files and other form data to the server. If you are building an application that utilizes Appletfile's upload capabilities, this application is a good point of reference.
This advanced sample application demonstrates how to use the Upload applet's scripting methods with client-side JavaScript to implement your own custom UI.
This sample application demonstrates the simplest way to use the Download applet to download multiple files from the server to the client. If you are building an application that utilizes Appletfile's download capabilities, this application is a good point of reference.
This advanced sample application demonstrates how to use the Download applet's scripting interface to create your own custom UI.
This sample application demonstrates how the Download applet can be utilized in framed environment.
This sample application demonstrates how to execute a post-processing command after the download completes. After the download, a Windows Explorer window is opened to show the contents of the folder containing the files that were downloaded. This sample runs on Windows clients only.