Documentation Index:

This is the Documentation bundle for Xload (v1.2); the links on the navigation section to the left of this page show how to use the product and give many working examples. There is also a reference section containing important information and specifications such as Javadoc among other useful documents.

 

Examples and Techniques:

 

Introduction:

 

How Do I...

 

1) Get Started?

2) Upload Multiple Files?

3) Upload Files to more than one Location?

4) Target All Uploads to One Location?

5) Use Memory Loading?

6) Use Partial Uploads?

7) Handle File Upload Failures?

8) Access File Deployments after an Upload?

9) Discover if Files have been Renamed?

10) Create a File Renaming Policy?

11) Copy Files?

12) Move Files?

13) Create, View and Sort Directories?

14) Set a Maximum Size and allowable MIME Type?

15) View Ordinary Parameters from the Request?

16) Add an Upload Timer?

17) Customise the Upload Timer?

18) Integrate into Flash

19) Integrate into Struts?

20) Create Relative and Absolute Paths?

21) Manipulate Files and Directories without a HttpServletRequest object?

22) JSP Integration

 

Putting it All Together.

 

23) Using Memory Loading

24) Handling Upload Failure with and without Partial Uploads

25) Looking at File Renaming

26) File and Directory Manipulation

 

 

Reference:

 

ReadMe

Installation Instructions

Purchasing - Activating Xload

Xload_v1.2 - Javadoc API Specification

RFC 1867

 

 

 

 

Xload is a highly efficient, easy to use and reliable file upload, file management and directory management API component for use mainly inside a Web Application.

 

It is built entirely using Java and works within any J2EE compliant Application Server, being typically used inside a Servlet or JSP, but theoretically can work in other layers and in other environments.

 

By using a cascading approach to complexity, Xload makes it very easy for the programmer to upload a file in a simple and reliable way (using three lines of code; see How Do I Get Started? for an example). Huge power though, is also built into the API, and more powerful code can be used to achieve more and more fine grained results.

 

Xload can extensively manipulate files and directories on your server performing simple to very complex procedures; see File and Directory Manipulation in the Putting it all Together section for detailed examples of what can be done.

 

 

 

 

 

 

 

 

 

© Gubutech(Xload) 2006  (v1.2)