|
KUploadPlus
-
Version
2.0
What is KUpload+?
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. It
requires no client side software and operates on the
server via standard multipart HTML forms as defined
in RFC 1867.
New Features in KUpload+ 2.0
Supports Visual Studio 2005.
Supports .Net Framework 2.0.
Added new Demo with Sample Code for Visual Studio
2005.
Size Validation: You can set the total Maximum upload
Length information in the form page. i.e. You can set
the size limit in web.config file.
Upload page filter: Integrate KUpload and KUpload+!
Allows user to set using Server Memory and/or Server
Stream. i.e. You can now disable Kupload for specific
page using simple query string.
------------------------------------------------------
--------------------------
Features
Advanced Upload Technology
KUpload+ operates on totally deferent Upload
technology from standard ASP.Net Classes. KUpload+ do
not utilizes the server memory rather it uses disk
memory to store uploaded files. This means for large
upload, KUpload+ utilizes small amount of server
memory. Hence new technology provides ultimate
flexibility on the upload size.
Pure HTML Progress Bar
KUpload+ utilizes a Pure HTML Progress Bar. It keeps
track of every upload and allows you to watch how
much of your file has been uploaded with absolutely
no components installed on the client side.
AJAX Progress Bar
KUpload+ has a special add-on control, called
KFileUploadPlusProgressBar, which includes Ajax based
ProgressBar. It displays various status information
about the current 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
AutoSave
KUpload+ provides new functionality call "AutoSave".
|