Uses of Class
wjhk.jupload2.upload.DefaultFileUploadThread

Packages that use DefaultFileUploadThread
wjhk.jupload2.upload This package contains the code that actually executes the upload (see below for a full description of the way the upload is executed in the JUpload code). 
 

Uses of DefaultFileUploadThread in wjhk.jupload2.upload
 

Subclasses of DefaultFileUploadThread in wjhk.jupload2.upload
 class FileUploadThreadFTP
          The FileUploadThreadFTP class is intended to extend the functionality of the JUpload applet and allow it to handle ftp:// addresses.
 class FileUploadThreadHTTP
          This class implements the file upload via HTTP POST request.