• Resolved lrhernan512

    (@lrhernan512)


    I keep getting the following Error:

    “Memphis Error: The file you are trying to upload is bigger than your php.ini files upload_max_filesize. You will have to increase that value enable to upload this file.”

    But when I check the php.ini file the upload size is set to 2GB and the file I am uploading is only 23KB I have tried other files as well with the same result.

Viewing 1 replies (of 1 total)
  • Plugin Author bhaldie

    (@bhaldie)

    your are better off create a php file and adding this to the file

    
    phpinfo();
    

    This will give you your true values.

Viewing 1 replies (of 1 total)

The topic ‘Memphis Error: Upload Size Php.ini’ is closed to new replies.