Menu

1 MB Photo Gallery Size Limit in phpmyfamily

2011-01-25
2012-09-19
  • bengt resan

    bengt resan - 2011-01-25

    I want to change the limit 1 MB to 5 MB how do I do?

    i have phpmyfamily 1.4.2

     
  • Robert Pruitt

    Robert Pruitt - 2011-07-11

    That appears to be on line 408 of your edit.php file.

    Change this -> <input type="hidden" name="MAX_FILE_SIZE" value="1048576">

    To this -> <input type="hidden" name="MAX_FILE_SIZE" value="5242880">

    to allow a 5MB upload limit.

    Note - This is a script change which is still subject to your
    post_max_size php configuration. I think you'll be fine just changing your
    script on edit.php. But if not, then check your php configuration.

     

Log in to post a comment.