Search

You searched for the word(s): php
Showing page 32 of 158 (1,571 total posts) < 1 second(s)
  • Re: Set Maximum File Limit

    Hi, If you want to set the limitation by the input value, I suggest you try function ''CuteWebUI_AjaxUploader_OnSelect'', like the example below. MaxFilesLimit is the server side property, can not set by the javascript ...
    Posted to PHP File Uploader (Forum) by Kenneth on April 9, 2012
  • Re: Session expired! Please refresh the page and try again.

    hi eric i am still not able to upload large file more than 2MB to my site using .htaccess php settings please help me to solve this issue.  here is my php current settingshttp://www.pentagon.ae/elips/test.php  and form here i what to upload a 3 mb or large file http://www.pentagon.ae/elips/test2.php i will send ...
    Posted to Cute Editor for PHP (Forum) by mamunbdctg on February 13, 2011
  • Re: Files not saving

    Dear MastaBaba,   I have tested the following snippet, if the destination folder is not existing, it will throw error. You can upload one file called ''11test11.zip'', after the upload is finished, you can search ''11test11.zip'' in your server, it must have been saved to your server if nothing error is thrown. <?php require_once ...
    Posted to PHP File Uploader (Forum) by Eric on February 1, 2011
  • Where'd the files go?

    Okay, I'm not a programmer so I'm not sure how this is all supposed to work.  Ideally I want clients to upload files that are too big for e-mail but not big enough to warrant creating a CD to send us.  We use Network Solutions as our web host provider.  The phpuploader folder is in my files folder which is in the htdocs folder ...
    Posted to PHP File Uploader (Forum) by Confuzed on February 4, 2010
  • Re: Strange Error When Editing or Adding Pages - With HTML in Pages

    Please try the following code. In the target page, please print the content of Cute Editor.   <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?>   <html>       <head>       </head> ...
    Posted to Cute Editor for PHP (Forum) by Adam on September 18, 2009
  • Re: The area you are attempting to access is forbidden

    I ran into the same issue.  For me it was a matter of I was changing the session name using the session_name PHP function.  What I did to fix it was to include the same session_name function call in include_CuteEditor.php and Include_Secutiry.php file just before the session_start function.  What I belive is happening is when you ...
    Posted to Cute Editor for PHP (Forum) by choeschen on August 14, 2009
  • Re: Dynamically Specifying Image Upload Directory

    <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?>   <html>       <head>       </head>       <body> ...
    Posted to Cute Editor for PHP (Forum) by Adam on July 10, 2009
  • apache redirect issue, driving me mad!

    Not sure of all the termoinology, so please forgive me... On my server, if you go to yourdomain/myadmin you do not see the content of that folder, you see the content of http://console.host2help.com/ which allowsd me to put site management tools in every domain with a small disk footprint, and makes managing updates a breeze.   However, ...
    Posted to Ajax Uploader (Forum) by jsmart on June 17, 2009
  • Re: Moving CuteEditor CSS file from /style.php?EditorID=CE_message_ID

    Mircea,   It's possible if you do want to modify the code. But you need to add the css code created by style.php into your own css file.
    Posted to Cute Editor for PHP (Forum) by Adam on April 14, 2010
  • Re: Can't Find the file

    I have finally figured the answer: both the Ajax control and the code to move the uploaded file reside in the same file!!!!   Why couldn't you just say so?  <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
« First ... < Previous 30 31 32 33 34 Next > ... Last »