KUploadPlus 2.0
bout KUpload+ - ASP.NET file upload control
KUpload+ is ASP.Net File Upload component with Pure HTML Progress bar. KUpload+ allows great control over the upload of huge files (Up to Virtual Unlimited) from client browser to web server through HTTP. KUpload+ file upload control requires no client side software and operates on the server via standard file upload protocol as defined in RFC 1867. KUpload+ asp.net control stores the contents of the POST request to a file on the server hard disk rather than loading it into memory as the built-in ASP.NET uploadsupport does.
KUpload+ - asp.net file upload New features
1 Supports Visual Studio 2005.
KUpload+ 2.0 supports Visual Studio 2005.
2 Supports .Net Framework 2.0
KUpload+ 2.0 ASP.NET file upload control supports .Net Framework 2.0 whereas KUpload+ 1.1 supports .Net Framework 1.x.
3 Added new Demo with Sample Code for Visual Studio 2005.
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
4 Size Validation
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.
5 Upload page filter
Upload page filter allows user to set using Server Memory and/or Server Stream. You can do it using simple query string.
Features
1 Advanced Upload Technology
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.
2 Pure HTML Progress Bar
KUpload+ HTML PRogress Bar keeps track of every upload and allows you to watch how much of your file has been uploaded with absolutely no components installed on