Search

You searched for the word(s): use <p>
Showing page 282 of 864 (8,631 total posts) < 1 second(s)
  • Re: Avoid reload after UploadCompleted

    Hi,   Below is the example which shows you how to use SetCustomData to get the addition info of the upload file which fill by ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 19, 2014
  • Re: Internet Explorer 10 Support

    Hi Ken,   I sent you a sample a fews months back with outlines exactly how I am using the ajaxuploader control. If you still have that sample and is able to run it, you will be able to reproduce the issue running IE10 on a Windows Server 2008 R2 machine. The uploader displays when I use IE10 installed on Windows 8.   Please let me ...
    Posted to Ajax Uploader (Forum) by chispa on August 30, 2013
  • Re: Using IFrame

    Hi tirza, For your solution, you can use style.visibility property to control the div's show and hidden instead of style.display propertyI tested the code below, and it works fine on firefox 3.6 function hide(){      var d1 = document.getElementById('div1');       if(d1.style.visibility ...
    Posted to Ajax Uploader (Forum) by Jeff on March 19, 2011
  • Re: how i get all categories name with folder path

    Hi raneamey,. Please try this way. 1. Open file ''\CuteSoft_Client\Gallery\Layout\SlideShow\Code.js'' and delete all the code in this file. 2. Add the code below into the file ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on October 28, 2010
  • Re: Failed on ReadEntityBody, unexpected data ending

    Hi,   Silverlight can read small chunk of data from the file   But Flash only support read all file data into memory.   So if use Flash mode to open a 500MB file , 500MB data will read to memory , and the browser will hang for a while.   Now we do not provide timeout setting . the auto logic is ,   If the file is ...
    Posted to Ajax Uploader (Forum) by cutechat on October 19, 2010
  • Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    Sorry Eric there is nothing wrong with the deployment, you missed all my posted here, if you please look at my first post or my second? Also that link is missing the header assembly reference, that you need to get this to work.   <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by ThomaxVision on September 29, 2010
  • Re: Cute Editor injecting code from Firefox add-ins

    vanclute: I don't see how that's helpful at all, I can't simply remove all <script> tags as I need my users to be able to place javascript in their templates.  This solution would prevent that completely.   I need a solution that prevents third party applications from injecting code into your editor.  That doesn't seem ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 15, 2010
  • Re: Cute Editor injecting code from Firefox add-ins

    Some additional info... If I use the FF add-in ''Web Developer'' I can view the actual generated source code of the page.  Thi s is showing me that any add-in that manipulates page content, such as the Skype or LastPass add-ins in this case, inserts javascript into the <head> area of the page dynamically behind the scenes.  ...
    Posted to Cute Editor for PHP (Forum) by vanclute on March 12, 2010
  • Re: Problem of GetSelection() in IE

    Hi Maximus   We have the following code which we have been using to select text. This was on the forums a couple of years ago, I have tried the new example above and this seemed to work fine for me (altho I only did a quick test). Anyway hope the below helps.   function getLinkHTML() {   // get the cute editor ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on November 6, 2008
  • Re: In .Net 1.1 Your Demo seems do not work during a PostBack

    I tried the 1.1 examples and it work perfectly here. I checked the 1.1 web.config files. They are correct.   I think we may have misunderstanding.   After unloading the controls to users, you need to use.CopyTo to process the uploaded files. Otherwise uploader will remove the temp files. In the default examples, this method is ...
    Posted to Ajax Uploader (Forum) by Adam on October 6, 2008