Search

You searched for the word(s): php
Showing page 97 of 158 (1,571 total posts) < 1 second(s)
  • Re: Absolute div default visible border

    Thanks Adam, We have downloaded the latest version of the editor and have made the ToggleBorder=false change within that version as shown below. However, the editor still displays the borders when pages first open or after accessing and then exiting the html view.  <?php ...
    Posted to Cute Editor for PHP (Forum) by davidlockett on March 4, 2010
  • Re: How do I display a value (text) in the editor on page load? I'm a newbie...please help!

    Adam, Thanks so much for your reply!  The code in my original question was in php, sorry I didn't phrase it better, I just wanted to show that as an example of what I was trying to duplicate in asp.net.  I tried your script and I keep getting this error: Description: An error occurred during the compilation of a resource ...
    Posted to Cute Editor for .NET (Forum) by bthor10 on May 18, 2009
  • Re: Evaluation version doesn't display upload dialogue

    Hi therealhg, Please try the way below, it will fix this problem. The php uploader got the wrong resource path on your site. 1.        Open file ”phpuploader\include_phpuploader.php” 2.        Find section below $cd=dirname($this->GetWebPath(__FILE__)); 3.   ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 9, 2012
  • License Error

    I have a customer who is using a website I have provided.  The website has the PHP FileUploader. Whenever I go to the website, I have no problem invoking the PHP FileUploader.  When the customer does the same thing, she gets an error message:  license error: (1) host not match! Can you suggest a reason that the customer ...
    Posted to PHP File Uploader (Forum) by LenJacobson on March 15, 2012
  • Re: how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?

    Hi, Here is the steps:  1 . SERVER : open the include_phpuploader.php , find the function WriteValidationOK() , and change it to :  function WriteValidationOK($message) { if(!$message)$message=''''; //change ''uploading.'' to ''persisted.'' ...
    Posted to PHP File Uploader (Forum) by cutechat on February 12, 2012
  • Sending Addition Info To uploadUrl

    This is what I currently have: $uploader = new PhpUploader();$uploader->MultipleFilesUpload = true;$uploader->InsertText = ''Upload Pictures''; $uploader->MaxSizeKB = 10240;$uploader->AllowedFileExtensions = ''*.jpg,*.png,*.gif,*.bmp,*.psd'';$uploader->InsertButtonID = ''picUpload'';$uploader->UploadUrl = ...
    Posted to PHP File Uploader (Forum) by Kevan on September 23, 2011
  • 'Undefined index: REMOTE_HOST' Error

    We're getting this error: {PHP NOTICE: [include_CuteEditor.php:811]: Undefined index: REMOTE_HOST} with CuteEditor.  I understand that adding 'HostnameLookups On' to the httpd.conf of our apache server gets rid of that, but it also slows things down.  Why does CuteEditor need this information?  Can we turn it off somehow?  ...
    Posted to Cute Editor for PHP (Forum) by jallred15 on March 25, 2011
  • problem with thickbox and firefox

    hi,I'm having some troubles getting phpfileuploder to work with thickbox under firefox.The problem is with the button to select the files that does not work inside thickbox under firefox but works on IE and chrome.The strange thing is that if I make thickbox load the demo page (http://phpfileuploader.com/demo/ajax-multiplefiles.php) it works ok ...
    Posted to PHP File Uploader (Forum) by justblue on July 16, 2010
  • Re: silverlight error?

    You need to check folder permissions on your upload folder, UPLOAD FOLDER Needs to be Unix 0777 RWX RWX RWX On un*X go the folder above the upload/ EXAMPLE If the upload folder sits in an folder off your web root, change to the root of that directory, the parent of the upload folder. cd ...
    Posted to PHP File Uploader (Forum) by FriendyAnil on May 19, 2010
  • Re: problems with deployement

    I was trying the demo of this project, yet am having the same problem as this fellow. Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /phpuploader/include_phpuploader.php on line 198    I've changed  nothing except what was mentioned in the Deployment section.  I ...
    Posted to PHP File Uploader (Forum) by siwelis on February 16, 2010
« First ... < Previous 95 96 97 98 99 Next > ... Last »