ASP.net AJAX upload - KUpload+ ajax progressbar
| Author |
|
| Company |
DimpleSoftware |
| Source Code Available |
No |
| License Type |
Free to try |
| Submitted On |
May 21, 2008 |
| Updated on |
May 30, 2008 |
| .NET Framework |
1.x, 2.0, 3.0 |
| Cost |
$19 |
Description
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. KFileUploadPlusProgressBar Control takes full advantage of AJAX and the new features of Microsoft's next- generation IDE - Visual Studio .NET 2005, hence allowing developers to enjoy significant productivity gains, while delivering feature-rich, standards-compliant and cross- browser compatible web applications.
New Features in KUpload+ AJAX ProgressBar
1 Dragable Progress Bar
KUpload+ AJAX ProgressBar has new feature dragable Progress Bar. Now user can drag progress bar within browser!
2 Multi-language Support
KUpload+ AJAX Progress Bar has another new feature Multi-language support. Using this feature user can set any Language through XML File.
Features
1 AJAX Technology
2 AJAX Progress Bar
3 Customizable Progress Area
4 Skin Customization
Syntax Example
<%@ Import Namespace="KFileUploadPlus" %> <%@ Page language="c#" %> <% if(Page.IsPostBack) { KFileUploadPlus.KUploadFileControl objKUpload=new KUploadFileControl(); objKUpload.DefaultPath =@"./test"; // Default Path To save Files if(objKUpload.HasError()) // Check Any Error Occured { Response.Write( objKUpload.Error); Response.End (); } objKUpload.AutoSave(); //Let KUpload To save file and Generate Report Response.Write (KUploadReport.HTMLUploadReport(objKUpload.ReportCollection)); KUploadReport.SaveHTMLUploadReportAs(objKUpload.ReportCollection, "./test/Report.htm"); Response.End (); } %> File Upload Progress Screenshots
Reviews
Submit a review