• 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://wordpress.org/plugins/nextgen-public-image-uploader/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter EzySetup

    (@ezysetup)

    Update:
    My host has increased the server settings as shown below, but I’m still having issues.

    PHP Memory Limit : 40
    PHP Max Upload Size : 10M
    PHP Max Post Size : 15M

    I can upload small files (100k) without issues. I can even upload 6 or more of the 100k files without issue. But if I go to upload just one 500k file then the file uploads, but when the page refreshes it doesn’t show the success. The body of the page only shows the page title. It doesn’t show any of the body text or the upload plugin.

    Also, the NextGen gallery to which it uploads does not automatically update. I have NextGen installed. The files are uploading to the correct directory. Here are the settings:

    Default Upload folder is: /hsphere/local/home/c217606/mydomain.net/wp-content/imageuploadqueue
    “Limit User uploads by role” is checked.
    Select which users are allowed to upload” has “Administrator” and “Picture_Contributors” checked. (The issues occur when logged in as the admin. I haven’t tried the other role yet.)
    “Allowed image extensions” has jpg, jpeg, png, and gif checked.
    “Limit Upload File Size” is set to 5000KB
    “Enable Moderation queue” is unchecked.
    “Enable NextGen Gallery Uploading” is checked.
    “Notify Me by e-mail…” is checked. (This is working.)
    “NGG Gallery Directory” is: /hsphere/local/home/c217606/mydomain.net/wp-content/gallery/
    Note: The gallery I’m working with now is at: /mydomain.net/wp-content/gallery/mcgeewedding

    Any help will be greatly appreciated. I’m trying to set up a space where users may upload pictures taken at my niece’s wedding, as well as view pictures others have uploaded. Other than giving out the username and password that allows the individuals to log in, I need the process to be automatic. That is, upload and then the gallery shows the uploaded pictures. Obviously I’m trying to set this up quickly while the wedding is still fresh in everyone’s mind.

    Thanks,
    Andrew

    Thread Starter EzySetup

    (@ezysetup)

    Anything?

    I just want to be able to have users upload pictures and have them automatically displayed in a gallery. I’m open to anything.

    Thank you,
    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Max File Size and Max Upload Size’ is closed to new replies.