Search

You searched for the word(s): upload'A=0
Showing page 299 of 656 (6,557 total posts) < 1 second(s)
  • Re: Recommended php.ini settings

      Parameter Name Default Value Remark file_uploads 1 Whether or not to allow HTTP file uploads. upload_max_filesize 2M The maximum size of an uploaded file. max_input_time 60 This sets the maximum time in seconds a script is allowed to parse input data, like POST, GET and file uploads. ...
    Posted to PHP File Uploader (Forum) by Eric on June 30, 2010
  • Re: More granular security

    Hi frjericho,   authorize the user to upload new images but prevent him from uploading media files   hide the upload control in Insert media dialog only   Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx''   Find section below   <CE:Uploader id=''InputFile'' InsertText=''ffff'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 4, 2010
  • Re: File/Image upload not working

    Hi davedr,   Is your site online? If so, please send me the test url, I will check it and get back to you as soon as possible.   My E-mail: Kenneth@CuteSoft.net   Regards,   ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2010
  • Re: How to catch uploader error

    Riena: Hi,   From time to time we are getting ''The upload task is interrupted'' error. Can it be caught to present for customer nicer message, something like: ''The upload has failed. Please try again.''   Thanks.   Riena,   Which version of uploader are you using?   Can you download the latest build and ...
    Posted to Ajax Uploader (Forum) by Adam on February 22, 2010
  • Re: Image Upload Not Working

    If you didn't set AllowUpload in the code, please check the security policy file.   The security policy file (default.config, admin.config and guest.config) can be found in the CuteEditor_Files/Configuration/Security folder.
    Posted to Cute Editor for PHP (Forum) by Adam on September 7, 2009
  • Re: Problem pasting into CuteEditor when using IE7

    Strange. I cannot reproduce this issue.   Ajax Uploader An easy to use, hi-performance ASP.NET upload component which allows you to upload files to web server without refreshing the page. It supports ASP.NET AJAX frameworks and works in ajax updatepanel.   It works fine here.   I am using IE 7 and IE 8 ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 12, 2009
  • Re: Messenger 5.0 Customization needed

    1. Our users are NEVER permitted to delete the message history. How can we disable that feature? Viewing the history is great, but deleting is a no-no.   Open CuteSoft_Client\CuteChat\MessageHistory.aspx and find the following code:        <asp:linkbutton id=''ButtonDeleteAll'' Runat=''server'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on December 11, 2008
  • Re: How do I select multiple files?

    Aaron Edwards: This is the demo of uploading multiple files, c# ASP.NET AJAX.  I don't see anything, either in the Choose File dialog, or in the main window, to allow you to select more than one file.  Am I missing something?  Am I just really dumb?  I tried shift-clicking, and control-clickng, ...
    Posted to Ajax Uploader (Forum) by Adam on September 23, 2008
  • Re: Client Side Events

    Hi ryanstinson,       Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton''   then the uploader script would replace the AnotherButton.onclick=..   You can replace it by this way :       <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 23, 2008
  • Re: Uploading Images with my own code

    jerica:I am using cute editor for a clients content management system. Instead of using Cute Editor to add images, I used my own image uploading functions that work for other web sites that I have done.  However now, that I am testing using my functions with Cute Editor, the functions don't work. I was wondering if there is some ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 1, 2007