HSS Interlink Changelog

What's new in HSS Interlink 2.2.100

Sep 20, 2011
  • UploadFileDialog:
  • Added support for a FileUploaded Event, which occurs for each file that is uploaded and includes the optional result of the upload operation.
  • BaseUploadHandler:
  • Added a return (of type string) to the UploadComplete method, were you can provide a result string back to the client via the FileUpload event.

New in HSS Interlink 2.1.400 (Sep 20, 2011)

  • DownloadFileDialog:
  • Added support for a Completed Event, which indicates if the download was canceled and if there where any errors
  • Added support for downloading without showing the Dialog window, with support for a completion callback, similar to the Complete event
  • Added two properties to the DownloadDialog, AutoCloseStream and AutoResetPosition. Please see the reference help for more details.

New in HSS Interlink 2.1.300 (Sep 20, 2011)

  • DownloadFileDialog:
  • Modified to support an absolute uri for the DownloadUri property, which is required for OOB support
  • UploadFileDialog:
  • Modified to support an absolute uri for the UploadUri property, which is required for OOB support

New in HSS Interlink 2.1.200 (Dec 14, 2010)

  • BaseUploadHandler
  • Modified TempFolder to allow developer to set the value, and changed the default from the CodeGenDir/uploadtemp to ~/temp/uploadtemp
  • BaseDownloadHandler
  • Modified TempFolder to allow developer to set the value, and changed the default from the CodeGenDir/downloadtemp to ~/temp/downloadtemp
  • Client Dialog message typo (changed where to were)

New in HSS Interlink 2.0.250 (Aug 9, 2010)

  • Added source code