Search

You searched for the word(s): javascript
Showing page 277 of 408 (4,076 total posts) < 1 second(s)
  • Unsuccessful uploads

    Hello, I am currently testing out the AjaxUploader and have come across an issue. I have set up a test application which is shown below. <%@ Master Language=''C#'' AutoEventWireup=''true'' CodeFile=''Site.master.cs'' Inherits=''Site'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Arden on March 16, 2011
  • add custom button to run c# code?

    Hi, were experimenting with cute editor and were wondering if it is possible to add a custom button that will run a c# functioncurrently what where having to do, is create our c# functions then create a hidden button in the page that runs the function, then a javascript function in the editor that clicks the hidden button is it possible ...
    Posted to Cute Editor for .NET (Forum) by AWilderbeast on February 4, 2011
  • Using AjaxUploader with MVC 3 Razor

    Just thought I would post this for others that might be struggling with using AjaxUploader with MVC3 Razor syntax.  The problem I have been struggling with is that Razor automatically escapes Html code which is a good security practice.  The problem with AjaxUploader is the Uploader's Render() method which renders the html for injection ...
    Posted to Ajax Uploader (Forum) by gustyn on December 27, 2010
  • Re: CuteEditor_OnInitialized does not get fired in Safari and Chrome Browsers

    Hi sanjay.joshi, It works fine for me. Can you try the example below? Does it works on your safari and chrome? What version of safari and google chrome you are testing? If it only happen on special case, please show me the code. I will check it and get back to you as soon as ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 17, 2010
  • How to disable the creation of queue table and the default progress bar?

    Hi!  i am creating my custom queue list of files and a separate bar for each file , i made the default progress bar and the queue table hidden through javascript, but in the background they are working, its causing a performance issue. please1 tell me how can i disable the creation of queue table and the default progress ...
    Posted to Ajax Uploader (Forum) by deepakkumarjoshi on October 20, 2010
  • AjaxUploader Control Upload is Slow and Then Fails

    Hi and thanks for taking a moment. I have a web app that uses  the AjaxUploader control to upload some fairly big files to our servers. (Between 100-200MB in size). We are only uploading 1 file at a time. Normally the uploader does its thing and works well.   But for some reason on certain isolated clients it will upload the ...
    Posted to Ajax Uploader (Forum) by jazzcatone on September 21, 2010
  • OnAttachmentAdded when using ManualStartUpload

    The site I'm developing requires that the user manually specifies the total number of files they're submitting for later comparison with the total number of files they've uploaded...mostly as a precaution against forgotten files.  My goal is to generate a dynamic file count as items are added so that I can compare the two ...
    Posted to Ajax Uploader (Forum) by skruis on September 7, 2010
  • Problems running demos

    Hello, I've had real problems just running the simple demo, <form id=''form1'' method=''POST''>     <?php              $uploader=new PhpUploader();               $uploader->Name=''myuploader'';   ...
    Posted to PHP File Uploader (Forum) by ruperty on August 24, 2010
  • JS Error: missing ) after argument list

    Cute editor produces the following error when loading the full editor in French: missing ) after argument list This is because the localisation strings are not properly escaped (' to \') In CuteEditorImplementation.js (all) and Loader.js you have this ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on August 24, 2010
  • Page displayed by Preview doesn't always get displayed correctly in IE

    Hello, I need to set editor's HTML by JavaScript.I noticed however that on InternetExplorer, the page displayed in Preview doesn't always get displayed correctly when setting the HTML or when switching the tabs. Here is a complete test to see this behaviour: #1.  open any web-browser and navigate to ...
    Posted to Cute Editor for .NET (Forum) by Mikenas on July 28, 2010