Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created April 17, 2012 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlengstorf/2403279 to your computer and use it in GitHub Desktop.
Save jlengstorf/2403279 to your computer and use it in GitHub Desktop.
Increase PHP File Upload Size via .htaccess
# Allows larger file uploads
php_value upload_max_filesize 20M
php_value post_max_size 20M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment