Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M 

This function displays the max size allowed to upload.without editing this the changes will not take on increasing filesize.

Code Block
languagebash
; Maximum size of POST data that PHP will accept.
; http://php.net/post-max-size
post_max_size = 2M

Make Changes Take Effect

Restart Apache for the changes to take effect,

...