• I am using a WordPress multisite I have a problem where the standard flash up-loader will not upload photos, files or anything for this matter.

    I have made sure my HT access matches that which my Network Install tells me to do so… See below.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    I have noticed that this can be very sporadic, one moment it works… next it’s refusing to upload and will only work by the browser uploader? Very confused! Thanks

    Any help will be appreciated?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note: Please don’t put “Multisite” in the topic title. You’re already in the multisite sub-forum already and it’s not necessary. ??

    I have noticed that this can be very sporadic, one moment it works… next it’s refusing to upload and will only work by the browser uploader? Very confused! Thanks

    Sporadic failures are the worst. When it does fail are you uploading a large file? Does your web server’s error_log file have anything that demonstrates where the problem is? Your host may be able to help you with that last one.

    Thread Starter ChrisMoore3

    (@chrismoore3)

    It is driving me insane.

    Also if we switch to the browser uploader you have to upload the image twice for it to appear. I am pulling my hair out!

    Thread Starter ChrisMoore3

    (@chrismoore3)

    I have found the problem lies within Internet Explorer 11 – Google Chrome works.

    Any ideas?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Hard flush the cache for IE 11 and burn it as an evil evil program?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image will not upload.’ is closed to new replies.