Search

You searched for the word(s): php
Showing page 10 of 158 (1,571 total posts) < 1 second(s)
  • Re: Php file uploader is not working on IE9 and Browser Compatibilty Issuse like title changing to CSS1Compat in Firefox,chrome and modern browser

    Hi  ken,   I have add the upload temp dir in my php.ini but the error  is still there for some files where tmp name is not available while uploading a file.I am attaching a reference may be you can rectify where exactly Im going wrong,because this thing is only happening when I have deployed my application on the server,localhost ...
    Posted to PHP File Uploader (Forum) by mayank123 on May 5, 2013
  • Re: Trial lic. for Cute PHP editor?

    tamal,   There is no trial version available for CuteEditor PHP version. Sorry for the inconvenience.    >>Also, our web app is in JSP/Servlet. So, will php version work seamlessly?   No, CuteEditor doesn't support JSP/Servlet right now.    
    Posted to Cute Editor for PHP (Forum) by Adam on August 6, 2007
  • Processing Uploaded Files with PHP

    First of all, let me apologize for my ignorance here. I work a lot with PHP, but hardly at all with Javascript/Ajax, etc. I love your uploader, and have got it working using a simple upload process.   However, I plan to use it to upload images to the gallery section of our site.  I currently have a PHP script that I run on single image ...
    Posted to PHP File Uploader (Forum) by BlackAce on January 24, 2013
  • Inserting php code

    Hello. It appears the editor changes php code. A simple example, enter in HTML Mode: <?php   for( $i=0; $i<10; $i++ ) {      echo ''Hello -- $i<br>'';   } ?> View in Normal Return back to HTML Mode The code is changed to: <?php for( $ i=''0;'' $i<10; $i++ ) { echo ''Hello -- ...
    Posted to Cute Editor for PHP (Forum) by jprince on September 14, 2009
  • Re: PHP Uploader not working on IE9

    Ken,   I am experiencing the same problem as DongZheng and I have read through the thread.   Is disabling flash mode the only solution to this?  Because now, the problem I encounter after disabling flash mode is that this action also disables multiple file upload.  After I disable flash upload like you ...
    Posted to PHP File Uploader (Forum) by JoshuaJohnHutchison on November 10, 2012
  • Re: Additional PHP MySQL Data Processing of Uploaded Files

    Hi PaulARLowe,   If the code use in a <from> and do a post back to submit the data, then you need to generate the attachment table by some code.    Please refer to example page "ajax-attachments.php", it shows you how to generate the attachment table.   Regards,   Ken 
    Posted to PHP File Uploader (Forum) by Kenneth on November 1, 2012
  • Re: PhpFileUploader : Ajax Query

    I give some details :This is a form with or without attachments.Without the function setTimeout(), fileguidlist is null. <?php require_once ''../phpuploader/include_phpuploader.php'' ; /*** After the POST ***/ if(isset($_POST['grade'])) {     // Enregistrer les données du formulaire et générer ...
    Posted to PHP File Uploader (Forum) by JML86 on July 19, 2012
  • Re: Manual Upload - So I can upload file and save fields

    Hi derekml, You can find all source code of the demo in the php uploader demo package. Demo package download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx  I also attached the manual start upload example code ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 25, 2012
  • Re: How can I make the text property render html?

    Hi davideo7, You should encoding you html and than paste into editor. Please try the example below. <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <link rel=''stylesheet'' href=''php.css''  ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on June 5, 2011
  • Re: Cant upload files with spaces in the name

    Dear SoloX,   Uploader is a tool to help you upload files.   When the file is uploaded , the uploader will save the file to temp folder at first.   And the name of the file is also a temp name.   You need write code to move the file to your target location , and then maintain it by yourself.   Please check the ...
    Posted to PHP File Uploader (Forum) by Eric on April 26, 2010
« First ... < Previous 8 9 10 11 12 Next > ... Last »