Krystalware
Overview Technology Demos Download Documentation Purchase Forums

SlickUpload logoSlickUpload Download

Download the full SlickUpload package, including a free, fully functional trial version and many example projects with full VB.NET and C# source code.

» download: SlickUpload 4.0.4 - 31 Jul 2008

Version History

Version 4.0.4 - 31 Jul 2008

Changes:

  • Added support for running in ASP.NET AJAX pages
  • Fixed iframe url encoding in certain cases

Version 4.0.3 - 14 Jul 2008

Changes:

  • Fixed IIS7 field loading and injection issue
  • Fixed handler session state issue

Version 4.0.2 - 02 Jun 2008

Changes:

  • Added client side progress event
  • Fixed hang/no cleanup on slow connections

Version 4.0.1 - 01 May 2008

Changes:

  • Fixed Firefox hang on tiny files

Version 4.0 - 29 Apr 2008

Changes:

  • Optimized provider/filter management
  • Added support for location based configuration
  • Enhanced error handling scenarios and detail
  • Fixed cancel button during hung uploads
  • Better back button handling
  • Added slickupload form handler
  • Miscellaneous bug fixes and enhancements

Version 3.6 - 05 Nov 2007

Changes:

  • Optimized AJAX handling
  • Added SlickUpload_ClearFiles function to clear the files on the UploadManager
  • Added UploadManager.AutoUploadOnPostBack property to allow custom submission

Version 3.5.6 - 15 Sep 2007

Changes:

  • Added support for getting the identity value created by a SqlClientUploadStreamProvider
  • Fixed .NET 1.x bug where invisible controls would still output script
  • Fixed duplicate ids in drag-drop progress template
  • Fixed some wrong labels in a couple of samples

Version 3.5.5 - 12 Aug 2007

Changes:

  • Added support for SlickUpload controls when multiple forms are on the page
  • Added server side file filtering

Version 3.5.4 - 02 Jul 2007

Changes:

  • Added support for the SlickUpload controls inside a frameset
  • Fixed issue when a ProgressDisplay is on a page with no UploadManager

Version 3.5.3 - 01 Jul 2007

Changes:

  • Fixed UploadedFile.Save bug

Version 3.5.2 - 24 Jun 2007

Changes:

  • Fixed Firefox css parsing bug

Version 3.5.1 - 12 Jun 2007

Changes:

  • Optimized SqlClient status manager
  • Fixed duplicate client ids on UploadManager
  • Forced percentage display to two decimal places

Version 3.5 - 08 Jun 2007

Changes:

  • Added full designer support
  • Added Krystalware.SlickUpload.IsUploadInProcess flag for client code to check
  • Added ProgressElement and ProgressBarElement controls
  • Added support for multiple progress displays
  • Added support for UploadManager control with a null ProgressAreaTemplate
  • Added support for UploadManager control within DetailView
  • Added PercentCompleteText status field
  • Added UploadManager documentation, with supporting articles

Version 3.2.3 - 01 May 2007

Changes:

  • Added status fields
    • suRemainingLengthText
    • suTransferredLengthText
    • suTimeElapsedText

Version 3.2.2 - 25 Apr 2007

Changes:

  • Fixed progress bar localization issues
  • Added UploadManager.UploadHandlerLocation property to specify a custom upload handler page location

Version 3.2.1 - 16 Apr 2007

Changes:

  • Added the UploadManagerRequiredFileValidator
  • Fixed the duplicate event wireup in the UploadManagerVB sample
  • Added support for searching in ~/bin for the SlickUpload license

Version 3.2 - 07 Apr 2007

Changes:

  • Fixed validation
  • Fixed request filtering
  • Misc browser fixes
  • Hooked all buttons so events fire for additional buttons on page
  • Added ProgressDisplay control
  • Tested on IE 6/7, Firefox, Opera, and Safari

Version 3.1 - 18 Mar 2007

This is a SlickUpload 3 revision release, including .NET 1.1 support as well as some minor bug fixes and enhancements. Changes:

  • Full samples for .NET 2.0 and 1.1, in C# and VB.NET
  • Fixed file input adding issue on latest versions of Firefox
  • Fixed file input adding issue on Opera
  • Automatically creates destination folder, if possible
  • Added filename parser handling of semicolons
  • Added .NET 1.1 build
  • Removed scrolling on UploadManager iframe
  • Added autosizing on UploadManager iframe
  • Tested on IE 5/6, FireFox, Opera, and Safari