• jvc0107

    (@jvc0107)


    Not sure if this is the right place or perhaps it has already been reported but It seems there is a bug when uploading images and the post_max_size is set to zero to disable the limit.

    FROM php.ini:

    ; Maximum size of POST data that PHP will accept.
    ; Its value may be 0 to disable the limit. It is ignored if POST data reading
    ; is disabled through enable_post_data_reading.
    ; http://php.net/post-max-size
    post_max_size = 0

    Results in the media upload screen saying:

    Maximum upload file size: 0KB.

    …and also declines to ingest images.

    Changing it to for example post_max_size = 2048M results in “Maximum upload file size: 2GB.”

    /Jan

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post_max_size bug’ is closed to new replies.