PowerWEB File Upload for ASP.NET updated

Released: Dec 9, 2011

Updates in this release

Updates in V4.0

  • New FileSelected Event - Raised after files are selected in the browse dialog when AutoPostback is false. Provides selected filenames server-side.
  • New Timeout Property - Can be set to ensure the control will not wait infinitely for data from the browser.
  • New UploadFailed Event - Raised when the entire upload operation has failed.
  • New ProgressBarLocation Property - Available on the ProgressPanel, for customizing the positioning of the progress bar relative to the status labels.
  • New File Size Handling - Selected files that exceed the specified MaxFileSize now fail immediately, instead of uploading until the limit is reached.
  • New Sample - Integrates File Upload with the PowerTCP SFTP component.