Easyphp - upload_max_filesize Config

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mick

    Easyphp - upload_max_filesize Config


    Hi there,

    I am using the following :

    - Win XP
    - Easyphp v 1-7
    - PHP 4.3.10

    I am getting the following error in my apache error log file when
    attempting
    a file upload.

    [Wed Feb 01 14:29:41 2006] [error] PHP Warning: upload_max_file size of
    8 bytes exceeded - file [uploadedfile=pa thtomyfile

    I can think of only 3 places where this problem might be caused:

    a. MAX SIZE VALUE in form
    <input type="hidden" name="MAX_FILE_ SIZE" value="5242880" />
    - Should not be a problem as i'm using above line

    b. uploaded_max_fi lesize in php.ini
    - There are two places where this file is stored in easyphp

    i. \easyphp\conf_f iles\ and
    ii. \easyphp\php\

    Both of these files display
    upload_max_file size = 8MB

    Is there anything else i am missing here?

  • Mick

    #2
    Re: Easyphp - upload_max_file size Config


    Got this sorted...

    As you can see serious newbie :)

    Comment

    Working...