|
|
What's New/Release History
|
Latest Release - Version 1.9
|
Our latest release offers a variety of improvements and enhancements over
version 1.8. Below are a few key highlights.
|
-
Added a new temporary file storage - database table.
More Info
-
The Enctype property of an HtmlForm is set to "multipart/form-data" by
McHtmlInputFile сontrol, automatically.
-
Added McHttpPostedFile.MoveTo method. It moves a specified file to a new
location from the temporary folder. If you use a HDD file storage, MoveTo
method increases performance and decreases a disk space requirement.
-
Added McHttpPostedFile.SaveAs method. Saves the contents of an uploaded file
into MS SQL database.
-
Added a free class SqlBlobStream. You can use SqlBlobStream class to
expose a stream around a text, ntext, or image column, supporting both
synchronous and asynchronous read and write operations.
-
Added support for mod_aspdotnet Apache HTTP Server 2.0 Module
httpd.apache.org/cli
-
Solved ASP.NET error problem: Maximum request length exceeded. The ASP.NET
receives corrected Request Length w/o incoming files. So, you don't
duplicate httpRuntime.maxRequestLength attrubute from httpPost.MaxSize.
-
Solved UI problem: Progress bar window and non-IE browsers.
-
Fixed Runtime problem: Didn't work correctly if application-level tracing was
enabled.
-
Added a new sample: AJAX and Mediachase File Uploader.
|
Previous Releases
Changes in 1.8 Version
-
Added SQL Server Progress Storage.
-
Improve progress information loss scenario for InProc mode.
-
Enable Webfarm Support.
-
Ability to store progress on a central server.
-
Added FormInfo.Cancel method.
-
Several internal changes to improve stability and speed.
Changes in 1.7 Version
-
Fixed Design Time problem. The DataGrid failed when McHtmlInput object had
inserted in to the Data Grid Footer.
-
Fixed Runtime problem. The CurrentFileName (FormInfo сlass) property displayed
a wrong value.
-
Fixed Runtime problem. The TimeRemaining property displayed a wrong value.
-
Fixed Runtime problem. If you stopped upload and then you pressed submit button
again, the progress bar showed error message.
-
Fixed Runtime problem. If you stopped or canceled upload the fragments of the
temporary file remained on the webserver.
Changes in 1.6 Version
-
Added FileUploader.NET Page filters.
-
Added a new property FormInfo.TimeRemaining.
-
Added a new property FormInfo.TransferRate.
-
Added a new property FormInfo.FullyQualifiedFileName.
-
Added ability to use the Environment variables in the TempStoragePath.
-
Added ability to set the min and max file size.
-
Added a FileUploader.NET API Help.
-
Added new C# and VB.NET examples.
Changes in 1.1 Version
-
Fixed bugs related to validators
1.0 Version
|