JavaPowUpload 2.1
ListArea
  Home page
Contact support

ListArea upload tree

Upload(download) tree displays the file structure that is available for upload (download) .

If JavaPowUpload is configured to upload files to FTP server, it will try to create relative directory structure on a remote server automatically.
If the files are uploaded to HTTP server, then directory structure can not be created directly by JavaPowUpload. This job should be done by the server script. See the DirectoryStructure.html example in the distribution package.

Related parameters: [Common|Upload|Download].ListArea.*

File row in upload tree

    File row in the upload tree may contain:
  1. Checkbox indicates whether the file should be uploaded/downloaded.
    In download mode, the checkboxes can be disabled by setting the Download.AllowCheckFiles parameter to false.
  2. File label. It may display file name (by default), size, date and progress.
    See Common.ListArea.Row.File.Label for details.
  3. Progress bar. You may hide progress bar by default by setting parameter Common.ListArea.Row.Progress.AlwaysVisible to false. In this case individual progress bar will be displayed only when the file upload/download operation has been started.
    Related parameters: Common.ListArea.Row.Progress.*
  4. File description text field. In upload mode a user may input some file description here. In download mode, a developer may configure JavaPowUpload to display some commets for a file here.
    Related parameters: Common.ListArea.Row.File.Description.*

 

ListArea file system tree

File system tree can be activated only in upload mode using Upload.FileSystemTree.Visible parameter. This view allows an easy files and folder selection for upload. When a user selects a folder in this view, its content is displayed in the details area.
Related parameters: Upload.FileSystemTree.*