Journey Multimedia
Home
Services
About Me
Contact
Login
Web Development
Video Production & Editing
Photography
My Drupal Blog
My Personal Blog
Maximum File Size
Submitted by Drupal on Thu, 08/14/2008 - 19:22
I always forget how to fix the maximum file size for uploading on drupal. Simply add this:
php_value upload_max_filesize 75M
php_value post_max_size 75M
php_value memory_limit 32M
Drupal's blog
Add new comment
Read more
Code Snippet
Files
Server Config