Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Table VII-V10.x allowes you to set min and max for w and h. This is to treat landscape and portrait images equal.

    ddevries

    (@ddevries)

    Hi, I’m having a problem with the limits. Table VII-B10.2 is set to 0, yet I get this message when I try to upload on the front-end:
    The image is too big. Max photo size: 3508 x 2631 (8.8 MegaPixel) Upload failed.
    The photo I am trying to upload is 4237×3256 and 1Mb.
    Is 3508 x 2631 the maximum internal limit when you select 0?

    Thank you so much for the help.
    Darlene

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The maximum internal limit is an estimated calculation based uplon the available sever memory.

    It is not the photo filesize, but the pixelsize that matters.
    The creation of a.o. the thumbnail requires that the full color image (every pixel) resides temporary in memory. This takes at least 4 bytes per pixel and some overhead.

    Ask your hosting provider to increase the php var memory_limit

    ddevries

    (@ddevries)

    Ok, I will contact them – thank you very much for the quick reply.

    ddevries

    (@ddevries)

    That did the trick – thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘frontend upload’ is closed to new replies.