Search

You searched for the word(s): language
Showing page 42 of 43 (424 total posts) < 1 second(s)
  • Re: Execute function when upload is complete.

    Hi,   Because too many customers require this feature,   So we have add a new event 'UploadCompleted' for it ,   Please download it again and check this sample ...
    Posted to Ajax Uploader (Forum) by cutechat on May 21, 2009
  • Re: "Invalid Argument" in IE, but not in FF.

    Griffin,   Can you try the following code and get back to me?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on April 21, 2008
  • MoveTo and file.Delete don't work for some time after upload

    Some process seems to be locking the uploaded file, so we cannot move/delete the uploaded file. Is there a way around this? <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeFile=''TestAjax.ascx.cs'' Inherits=''TestAjax'' %> <MagicAjax:AjaxPanel runat=''server'' ID=''MagicAjax1'' ...
    Posted to Ajax Uploader (Forum) by Olaf on May 31, 2010
  • user stops being able to upload

    Hello, I am running into the following problem:   Server:  Win 2008 Web serv IIS:   7 Client:  WIndows 7 x64 Browser:  IE 8 WebSite Framework:  Dotnetnuke Language:  C#   This has been working fine for me but all of a sudden, I cannot upload using my demo user login on my site.  ...
    Posted to Ajax Uploader (Forum) by gustyn on March 11, 2010
  • Re: http error 1 : 12030:Unknown when uploading files

    Matt,   For the time being, please use CuteWebUI_AjaxUploader_OnTaskError or CuteWebUI_AjaxUploader_OnError event. We will investigate this issue and get back to you soon. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <script ...
    Posted to Ajax Uploader (Forum) by Adam on March 9, 2010
  • Re: it keeps hanging on "1 seconds remaining"

    stefanveliki,   Does it happen to all files or one particular file?     Can you try the following ...
    Posted to Ajax Uploader (Forum) by Adam on April 28, 2009
  • Problem style="display:none"

    Hi, We have the following problem. When adding the style ''display:none'' to Div that contains the component, this it doesn't work in the Safari and Chrome.  I sends the example code so that they can evaluate it easily. ------------------------------------------------------------------------------------------------ <%@ Page ...
    Posted to Ajax Uploader (Forum) by juantes on February 24, 2009
  • "File Browsing has been blocked." inside AJAX TabContainer

    Hi,   the error message ''File Browsing has been blocked.'' always appear when the control is inside an AJAX TabContainer.  Please test the following code:   <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Upload.aspx.vb'' Inherits=''Upload'' %> <%@ Register Assembly=''AjaxControlToolkit'' ...
    Posted to Ajax Uploader (Forum) by Dev65 on December 1, 2008
  • Custom Items Table Before Upload

    I'm currently evaluating the use of the AJAX Uploader for a VB.Net project I'm working on in Visual Studio 2010 and .Net 4.0 using codebehind files. So far I've got the upload working fine, but I need to be able to customize the ItemTable before the actual upload takes place.   The requirements of my application are:1. Allow user ...
    Posted to Ajax Uploader (Forum) by joshmikow on September 5, 2011
  • New sample for new client/server side API :

    Make sure you use the last version.   One of the new version has bug on the ViewState of the ClientData property. <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD ...
    Posted to Ajax Uploader (Forum) by cutechat on September 3, 2009