|
FAQ for KUpload+ 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.
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. |
|
What is the minimum requirement for KUpload+ AJAX Progress Bar? |
|
OS: Windows 2000 / Windows XP / Windows .NET Server 2003 Family |
|
KFileUploadPlusProgressBar Control introduces many key updates to the UI, as well as streamlined AJAX interoperability with KUpload+. It empower ASP.NET developers to take the richness of desktop applications to the web and eliminate the complexities of writing advanced complex client-side code |
|
Yes. The AJAX Progress Area is fully customizable. The progress area displays various information about the status of the upload progress. Each of the progress area elements can be easily hidden or shown using its corresponding property:
|
|
Yes. You can create your own custom skin. Each skin is a set of style sheets which are applied on the KFileUploadPlusProgressBar Control structure elements. The easiest approach for creating a custom skin is to change one of the default skins to fit your needs. |
| How do I get the license for KUpload+ AJAX Progress Bar? |
|
You will get the answer from License page.
|
| Can I insert this control onto an existing page or does this control have to be a page by itself in order to use multipart/data enctype in the form tag? |
|
To use KUpload+, your form must have
mulitipart/data enctype in the form tag. Please use
mulitpart/data enctype in the form tag to upload file using
Kupload+. You can check our demo to see how KUpload+ work
with mulitpart/data enctype in the form Back to Top |
| I am evaluating AJAX Progress Bar. When I upload a file, I only get the spinning icon during the upload. Why I do not get the TotalProgressBar, the CurrentFileName, etc.? |
|
To resolve this problem:
|
| I am evaluating KUpload+ AJAX Progress Bar. I found that adding the KUpload+ HTTPModule in the Web.Config breaks any other regular file upload input box (non-KUpload) on the site. Why? |
|
Since KUpload+ is a HttpModule, it
processes all the request and collects data. You can turn-off
this behaviour by passing querystring in your request. Use
querystring kuploadplus=0 to turn-off KUpload+. By default
KUpload+ is On. Please note that this functionality is
available in KUpload+ 2.0 and upward versions. Back to Top |
| How can I get the AJAX Progress Bar to show when I click the form submit button instead of putting the script in the HTML form tag? |
|
You can get this by using visible
property of AJAX Progress bar. Initially make AJAX Progress
invisible by setting visible property to false. You can make
AJAX Progress bar visible through the Java Script. For more
details refer Demo project files. Back to Top |
| When I added the license file to the DLL folder I continue to see the "KUpload+ AJAX Progress Bar 1.1 Demo" heading in the progress bar. How do I remove this message from the progress bar? |
|
To remove that you need to purchase AJAX ProgressBar. Back to Top |
