Increase Max File Size and Max Upload Size
-
How may I allow users to upload pictures of up to 5mb in size and (if possible) upload 5 or more at one time (using CTRL + Click)? Below are the site’s current htaccess and server settings.
Thank you in advance,
Andrew.htaccess contents
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress <IfModule mod_php5.c> php_value post_max_size 50M php_value upload_max_filesize 30M php_value memory_limit 500M </IfModule>
Server settings as reported by plugin.
Operating System : Linux (64 Bit) Server : Apache Memory usage : 39.68 MByte MYSQL Version : 5.1.68-community-log SQL Mode : Not set PHP Version : 5.2.17 PHP Safe Mode : Off PHP Allow URL fopen : On PHP Memory Limit : 40 PHP Max Upload Size : 2M PHP Max Post Size : 8M PCRE Backtracking Limit : 500000 PHP Max Script Execute Time : 30s PHP Exif support : Yes ( V1.4 ) PHP IPTC support : Yes PHP XML support : Yes Graphic Library GD Version : bundled (2.0.34 compatible) FreeType Support : Yes FreeType Linkage : with freetype T1Lib Support : No GIF Read Support : Yes GIF Create Support : Yes JPG Support : Yes PNG Support : Yes WBMP Support : Yes XPM Support : No XBM Support : Yes JIS-mapped Japanese Font Support : No
https://www.ads-software.com/plugins/nextgen-public-image-uploader/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Increase Max File Size and Max Upload Size’ is closed to new replies.