Search

You searched for the word(s): error,io
Showing page 2 of 158 (1,571 total posts) < 1 second(s)
  • Unknown Runtime Error

    Hello:     I am getting an ''Unknown Runtime Error'' (Javascript) in the following scenario:   I upload 1 file and it workd fine Each subsequent upload starts with and initial ''Unknown Runtime Error'' immediately after selecting the file to upload. The error then goes away after the file is completed uploading.   I am ...
    Posted to Ajax Uploader (Forum) by dgilgallon on October 24, 2008
  • Re: Error - Unknown result

    HI rathiDigimagic,   Do you get this error with speical file/size/extension? Or it is a randomly problem?   Please set  UploadType to iframe and set UploaderDebug to 1 then try again. what error message you get form the debug window?           <CuteWebUI:UploadAttachments ID="uploader1" ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 1, 2013
  • Re: Error in Upload in FireFox

    Hi Pbanerji, Is your site online? If so, can you post the uploader page url here? So we can check it for you. Please try use IFrame upload mode, it should shows you move detail about the error.       <CuteWebUI:UploadAttachments ID=''uploader1'' runat=''server'' UploadType=''IFrame''>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 20, 2012
  • Re: How can I throw a server side error if file upload is not successful

    hi RonR, Please try the example below. Upload a large file to fire the error. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     protected void b1_Click(object sender, ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 5, 2011
  • Re: Error Uploading

    As I have not been able to reproduce the error myself, I am not 100% sure on when this error is occuring.   From an email from a user who did the error, it appears as though the message popped up after they had selected the files they wanted to upload. Sorry I can't provide any further details, but if it does happen, I will pass on ...
    Posted to Ajax Uploader (Forum) by ChrisThomas on January 5, 2009
  • error on session timeout

    Hi, We are using cutesoft AJAX uploader. The uplodaer is implemented using HTTP Modules. Everything works well. The problem is that if the user clicks the upload button after being idle for long (means after session time out) the control throws and error. I just want to know the work around to bypass this issue. Note:- We are just ...
    Posted to Ajax Uploader (Forum) by anujyadav on December 20, 2010
  • Control error in Visual Studio & progress bar color

    Some problems I could use some assistance on: 1. When uploading, I see the percent done being displayed, but the progress bar stays white, not green (i.e., I don't see graphical representation of the progress, only the percentage).  What do I do to correct this? 2. When I open a page in Visual Studio (such as Large-File-Upload.aspx), I ...
    Posted to Ajax Uploader (Forum) by MITFrog on July 13, 2010
  • Javascript Error : Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load.

    i am trying to upload file when the upload reach to 100% and its about to hide the progress bar it gave me this error Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load. and it used to throw three different javascript exception, im using asp.net 3.5 with C# any help will be appreciated thasnks in advance
    Posted to Ajax Uploader (Forum) by waqasw on April 27, 2009
  • Re: Clear Uploader Files On Error

    You can use OnError event to hide the default error message alert box.   function CuteWebUI_AjaxUploader_OnError(msg) {       return false; } The following is one runnable example: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on August 23, 2010
  • Re: Customize the look & feel of error message alert window

    Hi Ken,   I used your example and added an alert at the start of the error event funtion, like that: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="DD.UI.test" %> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" ...
    Posted to Ajax Uploader (Forum) by novi on September 19, 2013