Search

You searched for the word(s): php
Showing page 5 of 158 (1,571 total posts) < 1 second(s)
  • Re: CuteWebUI AjaxUploader Initialize is not defined in php file uploader

    Hi,   Glad to know you have find a solution.   Could you help us to understand you case ?    <?php echo $_SERVER['SCRIPT_FILENAME']; ?>  <br/>  <?php echo __FILE__; ?>  <br/>  <?php echo $_SERVER['SCRIPT_NAME']; ?>   Could you run this code an tell me the output ...
    Posted to PHP File Uploader (Forum) by cutechat on October 21, 2009
  • CuteEditor for PHP and Smarty

    I have been retained by jeepQuestions.com to incorporate your php software into there site.  I am new to your software and need some guidance. Your demo's work after installation from localhost, however they use the smarty templating system and when attempting to use you software in that environment I have grief. How can I set this up to ...
    Posted to Cute Editor for PHP (Forum) by esimuro on June 11, 2009
  • include_CuteEditor.php error

    I keep getting the following error when I try to get the editor to work on my live website:   PHP Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/meetmybiz.com/httpdocs/content/CuteEditor_Files/include_CuteEditor.php on line ...
    Posted to Cute Editor for PHP (Forum) by realto619 on January 13, 2009
  • Re: Add two more fields while upload the file using php file uploader

    Dear svsenthilmca,   Please refer to the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' action=''5.php?postback=true'' ...
    Posted to PHP File Uploader (Forum) by Eric on September 6, 2010
  • Re: Storing image to database in php version

    francois: Thanks for your reply, but i think that you don't uderstand my question. I would to replace the image upload on folder by the storage in db like the exemple in the last post. When user insert image it stored in db and all images displayed in gallery came from db. I just want to know if someone else developed it for php version ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 11, 2009
  • Re: CuteEditor for PHP & Smarty Template Engine.

    Adam & CuteEditor Team,   Just wanted to say, that we are so happy with this product, it will do everything we need, and now works perfectly within our PHP / Smarty Environments. So easy to configure, and use, and can say it is the fastest of three that we have tested.   To anyone reading this post, would like to say we have no ...
    Posted to Cute Editor for PHP (Forum) by ewdx on August 15, 2007
  • Re: Can we pass custom varaible to uploader handler

    Dear attu143,   You can change     $uploader->UploadUrl=''myhandler.php'';     to $uploader->UploadUrl=''myhandler.php?id=301'';  It will pass the value to handler.   Custom file upload handler If you need further control over the parsing of the file uploading request, you can ...
    Posted to PHP File Uploader (Forum) by Eric on December 24, 2010
  • Re: Problem : CE as file manager does not insert file in input.

    The online demo is fixed.   Please use the following code:   <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html>      <head>   <title>Use CuteEditor as file manager -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 28, 2008
  • PHP File Uploader Browse button is not showing in mozilla firefox

    Dear sir,              I am using your product 'PHP File Uploader'. Its good feature product of yours and its all features working fine including all browsers. But one problem is occur in mozilla firefox latest version that i have the browse button is not showing in mozilla firefox. Black color is ...
    Posted to PHP File Uploader (Forum) by bc080400222 on December 30, 2011
  • need to insert values in database table

    Hi All I am using ajaxattachements in php file uploader. i have added file title(textbox),file description(textarea),keyword(textbox) and one checkbox for each file. i have added those all are using javascript. i need to insert those values for each file in database after successfully upload the file. i'm trying the get values in ...
    Posted to PHP File Uploader (Forum) by sheik1412 on March 19, 2011
« First ... < Previous 3 4 5 6 7 Next > ... Last »