JavaPowUpload 2.1
TopArea
  Home page
Contact support

TopArea in upload mode

Note: Starting from version 1.2.1, "Upload" ("Download") /"Cancel" button is moved to the TopArea (previously it was located on ProgressArea) . If you want to move it back to the ProgressArea, set the Common.ProgressArea.DownloadButton.PlaceOnTopArea parameter's value to false.

In upload mode, the TopArea panel contains 5 buttons by default:

TopArea upload mode

  1. Browse button displays Open file/folder dialog which allows to select files or folders for upload.
    Related parameters:
    [Common|Upload|Download].TopArea.BrowseButton.*
    [Common|Upload|Download].TopArea.BrowseDialog.*
    Upload.BrowseDialog.*
    Upload.FileFilter.*
  2. Upload/Cancel button. By this button a user may start upload process and stop it (if it is in progress) .
  3. "Display details area" button is used to show/hide details area by one click.
  4. Remove button is used to remove selected files from the upload tree.
    Related parameters:
    Upload.TopArea.RemoveButton.*
  5. Clear button is used to remove all files from upload tree.
    Related parameters:
    Upload.TopArea.ClearButton.*

TopArea in download mode

  1. Destination path text field displays a path to the folder where downloaded files should be stored.
    Related parameters:
    Download.TopArea.UserPath.*
    Download.TopArea.BrowseLabel.*
  2. Browse button displays the Open file/folder dialog which allows to select destination folder.
    Related parameters:
    [Common|Upload|Download].TopArea.BrowseButton.*
  3. Download/Cancel button. By this button a user may start the download process and stop it (if it is in progress) .
  4. "Display details area" button is used to show/hide details area by one click.