Search

You searched for the word(s): php
Showing page 25 of 158 (1,571 total posts) < 1 second(s)
  • Re: how to deal with duplicate file name

    Hi acyk, Two ways. 1. Remove the <form> tag. 2. Use the example below <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Kenneth on May 30, 2011
  • Re: Cannot get it to work

    Dear Loet van Oostenbde,   1. please open file ''\phpuploader\include_phpuploader.php'' 2. you can find the following code around line 395      $cd=dirname($this->GetWebPath(__FILE__));       $this->ResourceDirectory=''$cd/resources'';      ...
    Posted to PHP File Uploader (Forum) by Eric on January 10, 2011
  • Re: Bug in Centos?

    Dear mypokerstake,  1. please open file ''\cuteeditor_files\Dialogs\phpuploader\include_phpuploader.php'' 2. you can find the following code around line 395      $cd=dirname($this->GetWebPath(__FILE__));       $this->ResourceDirectory=''$cd/resources'';      ...
    Posted to PHP File Uploader (Forum) by Eric on January 9, 2011
  • Re: how to assign file while editting record with other fields

    Dear jaydev,   Please refer to the following code:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on December 22, 2010
  • Re: Renaming File

    You are using multiple files upload, please try the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <body> <form id=''form1'' method=''POST''><?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on August 26, 2010
  • Re: customer ui and show the hand cursor

    Dear sopa:     PHP Uploader download link:  http://cutesoft.net/downloads/folders/php_uploader/entry52443.aspx    Full code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Eric on March 12, 2010
  • Redirect the user after the upload passing some variables

    Hi.I need to make some other things after the upload, for example:- The user uploads files using PHP File Uploader. - PHP File Uploader upload the files in a temporary directory - After the succesful upload, the user is redirected to a page wich show it the uploaded images and let it to make some changes (for example specifying some ...
    Posted to PHP File Uploader (Forum) by decibel83 on October 28, 2009
  • Re: response my json

    Can you try the following code?   <?php require_once ''phpuploader/include_phpuploader.php'' ?>    <html>    <body>            <form id=''form1'' method=''POST''> ...
    Posted to PHP File Uploader (Forum) by Adam on July 9, 2009
  • Add two more fields while upload the file using php file uploader

    hi,  This is senthil,  I want to upload a file with progress bar. When i upload i file i want to add to more fields with it., i integrated phpfile uploaded with my page, but i submit the button the file is not uploading and the page is post without any field value.i cant retrieve any value. Pls. how can i upload that with ...
    Posted to PHP File Uploader (Forum) by svsenthilmca on September 6, 2010
  • Click Button to Upload and Nothing :(

    I have this working on my test site but will not work on my live site :(When I click the button to upload....Nothing happens.I have adapted this to record to a DB, upload to albums,  as well as to thumbnail images and keep aspect ...
    Posted to PHP File Uploader (Forum) by gravy216 on August 29, 2011
« First ... < Previous 23 24 25 26 27 Next > ... Last »