Search

You searched for the word(s): CuteWebUI
Showing page 75 of 113 (1,122 total posts) < 1 second(s)
  • FileValidating event not firing? Please help!

    Here is the code for my upload control: <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' InsertText=''Browse for Files''                             ManualStartUpload=''true'' ...
    Posted to Ajax Uploader (Forum) by jpshook on June 18, 2009
  • Problem with MaxSizeKB

    Hi, I have the uploader defined as follows:                      <CuteWebUI:Uploader                         ID=''upload1'' ...
    Posted to Ajax Uploader (Forum) by dgburton on April 17, 2009
  • Re: Calling "Upload Files" button from code

    You can create an image button control for the uploader and include it with your toolbar.   Please check this example:   Simple Upload with Progress (Customizing the UI) A sample demonstrates how to customize the look and feel of file upload controls.   The source code of this example can be found in the download ...
    Posted to Ajax Uploader (Forum) by Adam on February 16, 2009
  • Re: "File Browsing has been blocked." inside AJAX TabContainer

    Hi Terry,   thank you for your answer but it still does not work correctly with IE7 and Flash10a.ocx. When I hit the ''Postback'' button and switch the panel and then click on ''Upload'' then the window ''File Browsing has been blocked.'' appears. How can this be completly be fixed? I mean other multi upload controls like google work ...
    Posted to Ajax Uploader (Forum) by Dev65 on December 14, 2008
  • Re: The uploader freezes IE7 when 500 files are selected.

    Hi,   To select multiple files in a same directory , the browser requires the Flash/Silverlight .   Please try this sample:     <%@ Page Language=''C#'' Title=''Uploading multiple files like GMail'' %> <script runat=''server''>     void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by cutechat on November 6, 2008
  • Re: Simple Upload not working in IE7

    Can you try the following code in IE 7.0?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' runat=''server''>    ...
    Posted to Ajax Uploader (Forum) by Adam on January 2, 2009
  • Re: How to get the File name(s) Uploaded using CuteWebUI Ajax Uploader

    Hi Ken,      Thank You Very much. It had worked perfectly.  2013-09-05 10:03:45 AM
    Posted to Ajax Uploader (Forum) by Rkumar1 on September 5, 2013
  • Re: Removing Uploaded Files in the Temporary File Location

    Hi Ken,   Thank you for your reply. If we were to define an event handler: protected void attachment1_FileUploaded(object sender, UploaderEventArgs args) { }   wouldn't one have to add the a missing namespace (like, #using CuteWebUI.AjaxUploader;) as the compiler may return an error on the missing definition of ...
    Posted to Ajax Uploader (Forum) by ArchSI on November 18, 2009
  • Re: 5-second delay before upload button available

    Thanks for the response Terry.  I read some other posts and suspected that's where the problem would be.   Here's what I know:   Site is AbleCommerce 7.0 - standard ASP.Net 2.0 storefront app running in IIS on Server 2003.   PC 1:  Windows XP Pro In IE8 8.0.6001.18702 the button will not work until the 5-sec ...
    Posted to Ajax Uploader (Forum) by Joe Payne on May 13, 2009
  • Re: After upload

    Brilliant, thanks Terry, I appreciate your help, it worked a treat :)  Below is the code converted to VB if anyone else needs it: Public Sub Attachments1_AttachmentAdded(ByVal sender As Object, ByVal args As CuteWebUI.AttachmentItemEventArgs) ...
    Posted to Ajax Uploader (Forum) by Anonymous on April 1, 2009
« First ... < Previous 73 74 75 76 77 Next > ... Last »