Search

You searched for the word(s):
< 1 second(s)
  • Re: No Progress bar in IE

    OK, we've figured it out.&nbsp; Apparently, we were using an old version of the main .dll.&nbsp; We got the latest one and now it works.&nbsp; &nbsp; Can I suggest that CuteSoft start to version that .dll and put out release notes ?&nbsp; The only way we found this was by redownloading the demo and re-copy the dll as a last resort. &nbsp;
    Posted to Ajax Uploader (Forum) by gcaprio on June 4, 2008
  • Re: No Progress bar in IE

    1. We were already using that setting in our web project.&nbsp; The upload works fine in FF, but not in IE. 2. The sample code works in IE just fine.&nbsp; The demos run fine.&nbsp; Everything std from cutesoft runs fine.&nbsp; Our actual page does not.&nbsp; I'm hoping I can find some answers on this forum. &nbsp; Anything else to try ...
    Posted to Ajax Uploader (Forum) by gcaprio on June 2, 2008
  • No Progress bar in IE

    I have a problem where when I upload a file, the progress bar is being shown in FireFox, but not in IE. &#160;Here is my code: &#160;&#160; &lt;asp:UpdatePanel ID=''UpdatePanel2'' runat=''server''> &#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;ContentTemplate> &#160;&#160; &#160; &#160; &#160; ...
    Posted to Ajax Uploader (Forum) by gcaprio on May 29, 2008
  • Re: "Invalid Argument" in IE, but not in FF.

    Adam, Actually I just thought of something. &#160;Would having the AJAXUploader control inside of a MasterPage &lt;asp:Content> tag break anything? &#160;I know ASP.NET renames controls when they're inside MasterPages.
    Posted to Ajax Uploader (Forum) by gcaprio on April 23, 2008
  • Re: "Invalid Argument" in IE, but not in FF.

    Adam, Tried the new dlls. &#160;Still bombs out: Line: 2 Char: 12771 Error: Invalid Argument Code: 0 This is the line in the AJAXUploader js that bombs: document[OxO3875[0x6d]].insertBefore(Ox25,Oxb.form) ; Griffin
    Posted to Ajax Uploader (Forum) by gcaprio on April 22, 2008
  • Re: "Invalid Argument" in IE, but not in FF.

    Adam, That code works fine in IE &amp; FF. &#160;The sample-upload.aspx also works fine too. &#160;I think the problem has something to do with some other part of my app, but I'm not sure how to debug it because the js code seems&#160;obscufated. I've tried commenting out all of my other JS includes, but it still happens. Any ...
    Posted to Ajax Uploader (Forum) by gcaprio on April 22, 2008
  • "Invalid Argument" in IE, but not in FF.

    Hi, I'm working on integrating AJAXUploader into my application. &#160;So far, everything works fine in FireFox. &#160;However, when I load my site up in IE, I get the following JavaScript error: Line: 2 Char: 12118 Error: Invalid argument. Code: 0 I checked out the JS for AJAXUploader and that char location is ...
    Posted to Ajax Uploader (Forum) by gcaprio on April 21, 2008