Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having the same problem! Not sure why.

    so nobody gives support on this plugin ? why is it available then on the first place…..

    I think problem is in server.
    Try to add this code to file .htaccess:

    <Files *.php>
    SetInputFilter PHP
    LimitRequestBody 5242880
    </Files>

    It tells Apache to allow up to 5MB to be uploaded to the server.

    Your .htaccess suggestion worked for me, thanks lostside!

    Yes,

    Try to add this code to file .htaccess:

    <Files *.php>
    SetInputFilter PHP
    LimitRequestBody 5242880
    </Files>

    It tells Apache to allow up to 5MB to be uploaded to the server.

    WORKED 100% — THANKS!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uploading image leads to 404 page error’ is closed to new replies.