Package wjhk.jupload2.upload

Implementations of the various protocol-specific tasks.

See:
          Description

Interface Summary
FileUploadThread This interface defines the methods of the various FileUploadThread classes.
 

Class Summary
DefaultFileUploadThread This class is based on the FileUploadThread class.
FileUploadThreadFTP The FileUploadThreadFTP class is intended to extend the functionality of the JUpload applet and allow it to handle ftp:// addresses.
FileUploadThreadHTTP This class implements the file upload via HTTP POST request.
UploadFileData  
 

Package wjhk.jupload2.upload Description

Implementations of the various protocol-specific tasks. This package provides implementations of FTP- and HTTP specific tasks for performing the actual upload. Furthermore, it provides a universal class for connecting to HTTP and HTTPS using a proxy.