Search

You searched for the word(s): IE 9 upload
Showing page 114 of 656 (6,557 total posts) < 1 second(s)
  • Re: Image upload folder

    salman1210,   >>It works most of the time, only when I upload an image, the C_GP is blank, and I end up loosing track of the folder.   This will not work.   You need to get the new file provider and modify your own code based on this.    
    Posted to Cute Editor for .NET (Forum) by Adam on July 10, 2007
  • Re: Upload Error via laptop (wireless)

    Hi,   Did you upload files for difference size ??   I think the problem is still the http runtime setting.   In other PC , maybe you installed the Silverlight, and it support large file upload.   But maybe in your laptop , Silverlight is not installed.   And is your application use medium-trust ...
    Posted to Ajax Uploader (Forum) by cutechat on June 29, 2009
  • Re: Can't Upload anything V. 6.3

    Hi Adam,   Actually that won't be neccesary.  I just determined that the problem is actually with goDaddy's shared hosting service in preview mode, and not with the editor.  I determined this by installing the editor and a test-page on a different web server that's under my control, but with a different web host.  Worked like ...
    Posted to Cute Editor for .NET (Forum) by Aaron Edwards on April 28, 2009
  • How to disable Checkboxes in Image Upload Dialogs

    I need to disable the checkboxes on ImageUpload Dialogs. But I could only set ''AllowDelete = false'' which disabled the small scissor icon at the top left corner but the checkboxes are still enabled. I don't see the use of checkboxes after disabling the delete function.Could you please tell me how to disable the checkboxes. Is there any property ...
    Posted to Cute Editor for .NET (Forum) by smita_swaika on June 2, 2006
  • Re: Handling error message on Start Upload if the session has expired

    Hi LauraHughes,   Please refer to http://www.ajaxuploader.com/document/scr/html/How-to-catch-uploader-error.htm, it shows you how to catch the uploader error and show you own error message.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on October 29, 2013
  • Re: Get Windows logon prompt when trying to upload files

    Open CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx and change the following code:   <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>   to:   <CE:Uploader id=''InputFile'' runat=''server'' UploadType=''IFrame''></CE:Uploader>
    Posted to Cute Editor for .NET (Forum) by Adam on February 6, 2009
  • Re: Help: Upload from Database issue

    In the download package, there is a datagrid example.   In the example, we show how to load and save the HTML content using an Access datebase.    Hope it helps. Let me know if you have any further questions.
    Posted to Cute Editor for .NET (Forum) by Adam on July 2, 2005
  • load the upload control dynamically

    Hi I have the upload control working on a page. I am now trying to load it dynamically. However the cancel and insert buttons css appear to be read only. How do I set these dynamically please?   <attempted code> Dim CuteWebUIUploader As New CuteWebUI.Uploader CuteWebUIUploader.ID = ''Uploader'' & ...
    Posted to Ajax Uploader (Forum) by ian pettman on June 11, 2009
  • File upload does not work (6.1.2): URL is not computed

    Hi all, as advised here I've upgraded my CuteEditor from 6.0 to 6.1.2. But now I have a problem with file upload. Fortunately this is reproducable on your test site at http://cutesoft.net/example/general.aspx (I'm using IE6) : I click at the end of the text. Then I clicked on the PDF-Icon to upload a file. I selected a PNG bitmap. It was uploaded ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on August 14, 2008
  • upload .flv files using CuteEditor 6.0's insert flash button

    I modified the InsertFlash.aspx page per an earlier post and added files.AddRange(fs.GetFileItems(CurrentDirectory, secset.FileNamePrefix + ''*.flv''));  in the GetFiles method and also return return ((filename.EndsWith(''.swf'') || filename.EndsWith(''.flv'')) ? true : false);  in the AllowFileName method. However, when i try to ...
    Posted to Cute Editor for .NET (Forum) by thematrix on April 4, 2008