• Resolved suup10

    (@suup10)


    Hi folks,

    I’m using the WPUF plugin to add front-end posting to my website. However, when I try to upload a featured image, I receive the error that my image exceeds the max file size.

    I checked the max upload size and that’s all in order (512mb).
    I tried changing the file size through the wp-user-frontend/assets/js/frontend-form.js file. This didn’t help either.

    How can I fix this problem exactly?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hello @suup10,

    Changing from the .php.ini file should be enough. You have to change the value of these two:

    upload_max_filesize
    post_max_size

    After saving the php.ini file please make sure you have restarted the PHP server to apply the changes.

    regards,

Viewing 1 replies (of 1 total)

The topic ‘Featured image exceeds max file size’ is closed to new replies.