• i´ve got this error when uploading a file (style) to wordpress. How can i change it?

    “El archivo subido excede la directiva upload_max_filesize en php.ini.”

Viewing 2 replies - 1 through 2 (of 2 total)
  • with FTP download and open php.ini from your root directory.

    find this line:
    ; Maximum allowed size for uploaded files.
    upload_max_filesize = 5M

    and change whatever your number is to a number larger than the file you are uploading.

    Re-FTP to server.

    Thread Starter gatomadrid

    (@gatomadrid)

    I don´t have this file in my root file. I createit but it’s not working. how can i now the current vale? the file is 2.7 MB. Can it be a parameter of the hosting?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘php.ini’ is closed to new replies.