• Resolved jwinston1776

    (@jordanwinston)


    In my form, i have several upload fields and i’ve set the limit to something large in terms of file size but it still gives me an error saying the file size is too large.

    In the form, I have:

    [mfile dessignfile filetypes:jpg|png|doc|docx|pdf|pages|xlsx|xlsm|xls min-file:1 max-file:4 limit:400mb]

    I read online that this could be an issue with the php.ini and their upload file size w/ hosting, or am i doing something wrong in the code?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello,

    Try to change the limit:400mb to limit:419430400 it should be in bytes format without the word mb.

    Also check your server configuration and make sure your max upload size limit will allow 400MB.

    Glen

    Thread Starter jwinston1776

    (@jordanwinston)

    thanks @glenwpcoder – that worked ! I thought that was how you did it, but i read online somewhere, or in the docs that people were using 1mb or similar so i thought it may have been a new update.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Sure, no problem.

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

The topic ‘Size limit not working’ is closed to new replies.