Search

You searched for the word(s): php
Showing page 112 of 158 (1,571 total posts) < 1 second(s)
  • Re: Why do uploaded files have 'nobody' as the owner

    Graham,   Read + Write + Execute = 7 Read + Write = 6 Read + Execute = 5 Read = 4 Write + Execute = 3 Write = 2 Execute = 1   If you want to allow a PHP program to upload files to your server, you need to set the CHMOD to 777 or 666.   Hope it helps.  
    Posted to Cute Editor for PHP (Forum) by Adam on March 15, 2008
  • Re: .Net editor in asp pages.

    enventurepremnath,   It's the only method to use .net editor in asp application: http://cutesoft.net/example/dad.html   You may need to check Cute Editor for Classic ASP:   http://cutesoft.net/asp/   Cute Editor for PHP:   http://phphtmledit.com/   Hope it helps.    
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2007
  • Incompatible version with new IE update Win 8.1

    Is it possible that I need to update my version(s). I own both PHP and ASP editors and neither show toolbars now that I updated my WIN 8 install to WIN 8.1?   If so, can you refresh with me how I download the updates and install them with the correct license file? I own developers for both. Thanks K  Inglin
    Posted to Cute Editor for PHP (Forum) by Sky_Chief on October 28, 2013
  • Single File Uploads and Save into DB

    Hi I'm reading alot about arays here and i think its not what i need I would like to do the following. Always Single file Uploads, Then Insert each filename into db and then refresh the page   $uploader=new PhpUploader(); $uploader->MultipleFilesUpload=false; $uploader->InsertText="Upload Another File (Max ...
    Posted to PHP File Uploader (Forum) by Jacques123 on November 20, 2012
  • moved 2 cute editors, one working, other gets error message

    I recently moved two CuteEditor installations from an old hosting company to a new one.  One went fine, no problems.  For the other I am getting the following error message: Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity ...
    Posted to Cute Editor for PHP (Forum) by pmagoo on December 19, 2011
  • how can I set a REMOTE SERVER as the upload/browse path?

    I need to specify ONE remote path for all uploads, not a relative path on the same domain. How can I accomplish? The closest I got was I tried setting the AbsoluteImageGalleryPath at the php level to a fake folder:  $editor->AbsoluteImageGalleryPath = '~/somevirtualfolder'; and in the apache config, added an ...
    Posted to PHP File Uploader (Forum) by cosmonaut on March 25, 2011
  • Server side "tmp_name" error

      Product works great for me with smaller files but when I try larger ones (~ 4MB) I get the following error: Server side exception : failed to upload P1000065.JPG Debug Information: (2) tmp_name is not available for P1000065.JPG  My php.ini settings (as per http://phpfileuploader.com/FAQ.html#16) are as follows:file_uploads = ...
    Posted to PHP File Uploader (Forum) by bowlesdr on January 17, 2010
  • can't open file choose dialog

    I download the file and put it on my server to test, but it can't work fine, I find the js error ''CuteWebUI_AjaxUploader_Initialize is not defined'' when I open the upload page, then I can't open the file choose dialog after click the ''upload file'' button, I just unzip and copy it to my server, I don't change any code, please give me the ...
    Posted to PHP File Uploader (Forum) by ives on July 1, 2009
  • Can't add Read More in Joomla

    When I post an article, I can't add the READ MORE in the article ... use to work prior to the CuteEditor install ... any ideas? when I hove the READ MORE button, this is what it says (which I assume is what it would be adding in the location of my ...
    Posted to Cute Editor for PHP (Forum) by ketdk on May 13, 2009
  • Javascript error when changing AllowCreateFolder to false

    Hi,   I have decided to not allow the creation of directories in the user upload area. To stop this I change the security setting from:- <security name=''AllowCreateFolder''>true</security> to <security name=''AllowCreateFolder''>false</security>   If I now use the editor and click on ''Insert Flash'' I ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 30, 2009