Search

You searched for the word(s): upload file
Showing page 66 of 336 (3,355 total posts) < 1 second(s)
  • Re: Maximum Upload Media File Size Issue

    Kenneth: Hi basam,       Please set <httpRuntime maxRequestLength=''100000''/> of you web.config   100000=100MB     Regards,   Ken   exactly same error.   If I upload file from the server machine it is uploading, but the error occures when uploading from local machine to server!
    Posted to Cute Editor for .NET (Forum) by basam on November 15, 2008
  • Re: the file can not be open by a ocx when using the method [CuteWebUI_AjaxUploader_OnSelect] in ie10?

    Hi,   For IE10 , it changed the security policy and will not allow javascript to get the FullPath of the selected file .   for temp solution , please try this meta in page <head>   <meta http-equiv="X-UA-Compatible" content="IE=7" />    To let IE choose IE7 mode.   (For ...
    Posted to Ajax Uploader (Forum) by cutechat on March 25, 2013
  • Re: IE9 Upload buttons are not working

    Hi kunalbedi, Please send the info to [email protected]. I will check it for you. And you can try the way below 1. Open file ''\cuteeditor_files\Dialogs\upload.php'' 2. Find section below  $uploader=new PhpUploader(); 3. Change it to  $uploader=new ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on June 25, 2012
  • Re: Custom Cancel All uploads

    Hi Pbanerji, The cancel all button is a part of the queue table, if you want to use a custom button to replace it, you need to write your own queue table. The example below shows you how to achieve it <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 10, 2012
  • Re: Upload button is static in IE 9

    Hi lwb1962, If you do not want to upgrade to the latest version. Please try set the upload type to IFrame. 1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertGallery.aspx'' 2. Find section below      <ce:uploader id=''myuploadFile'' runat=''server''></ce:uploader> 3. Change it ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011
  • Want to upload images on different server

    Can any one help me for my issue?? i want to upload images on different server.for that i did just following change, $uploader->UploadUrl=''http://abc.def.com/brokerAdmin/photoUploadHandler.php'';  and that machine i have copy this file as well as phpuploader folder.but it doesn't work :(.and giving me following ...
    Posted to PHP File Uploader (Forum) by chintanshah on April 22, 2011
  • Re: Redirect When Upload Complete

    Hi msandwisch, Try the code below   var fileName='''';  function CuteWebUI_AjaxUploader_OnTaskComplete(task)  {     fileName=task.FileName;     var div=document.createElement(''DIV'');     var link=document.createElement(''A'');     ...
    Posted to ASP Uploader (Forum) by Kenneth on April 14, 2011
  • Image upload causes compilation error

    Hi   I just installed the 6.6 version to our dev environment. Everything seems to be ok except for when we click on the image upload button. We get this error:   Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details ...
    Posted to Cute Editor for .NET (Forum) by cw808 on February 3, 2011
  • Re: Upload image doesn't work on Mac

    adukic: I downloaded the latest version (9/12) and now setting UploadType=''iFrame'' forces iFrame all the time - it is not using Flash or Silverlight anymore. Thanks, Alex    Alex,   I am still interested to resolve the flash and silverlight issue.   Can you check the following article and set up temp file ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2010
  • Re: Error: unable to find file in /tmp/uplodertemp

    You can set another temporary directory and try it again:  <?php    $uploader=new PhpUploader();        $uploader->MultipleFilesUpload=false;    $uploader->InsertText=''Upload ...
    Posted to PHP File Uploader (Forum) by Eric on August 13, 2010
« First ... < Previous 64 65 66 67 68 Next > ... Last »