KUpload+ 2.0 ASP.NET file upload includes new demo with sample code for Visual Studio 2005. You can test it by downloading it from Download KUpload+ 2.0
You can set the total Maximum file upload Length information in the form page. i.e. You can set the size limit in web.config file.
Upload page filter allows user to set using Server Memory and/or Server Stream. You can do it using simple query string.
KUpload+ file upload control operates on totally deferent Upload technology from standard ASP.Net Classes. KUpload+ utilizes disk memory rather than server memory to store uploaded files. This means for large upload, KUpload+ .net upload control utilizes small amount of server memory. Hence new technology provides ultimate flexibility on the upload size.
KUpload+ AJAX ProgressBar displays various status information about the current asp.net file upload, just like pure HTML progress bar but instead of popup window it uses an inline progress bar with the AJAX technology. To view AJAX Progress Bar click here
KUpload+ ASP.NET file upload component provides new functionality call "AutoSave" to make developer task easy. AutoSave saves all the uploaded files safely to location specified by "Path" property. AutoSave utilizes two properties "Overwrite" and "UniqueFileName" , to protect file being overwritten. In case file already exists "UniqueFileName" property will be used to create unique file name.
When "AutoSave" function is used, KUpload+ .net file upload control creates summary of complete upload as "HTML Report" . Developer can use this HTML output to display on web page or can be saved as HTML file.
KUpload+ is pure managed C# code. KUpload+ can be used with C#.net or VB.NET both as part of ASP.Net web application.
KUpload+ asp.net file upload component offers ultimate flexibility to developers. Our demo files shows different ways of using KUpload+. e.g. If developer need to create their own report, KUpload+ provides upload summary as Report collection which is raw material to create user defined report.