INCREASING SQL UPLOADING FILE SIZE

1> Go to php.ini file

2> Find :
  • post_max_size = 8M
  • upload_max_filesize = 2M
  • max_execution_time = 30
  • max_input_time = 60
  • memory_limit = 8M
3> Replace :
  • post_max_size = 35M
  • upload_max_filesize = 35M
  • max_execution_time = 5000
  • max_input_time = 5000
  • memory_limit = 1000M

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine