• Resolved jmach

    (@jmach)


    I upgraded to 2.5.1 but ever since I cannot upload any image.

    I have installed the no-flash-uploader and activated it but I still only get a red cross as a preview after uploading pictures. They also do not appear in the folder when I check via ftp so they are never actually uploaded.

    I have added a .htaccess file containing:

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    under the wp-admin directory.
    There are no other .htaccess files.

    I’ve also tried uploading the wp-admin and wp-includes directories.
    Does anyone else have any ideas on what to try?

    Thanks.

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

    (@jmach)

    Update:

    They seem to be uploaded into wp-content/uploads!!
    But wordpress is looking under /mnt/…./uploads.

    I guess this is the problem, so question is how do i make wordpress look under wp-content/uploads and not under /mnt/?

    Thread Starter jmach

    (@jmach)

    Ok I worked it out. I changed my download location to wp-content/uploads in the options and its all ok.

    So basically this new upload page/function does not pay attention to what you have set up as the upload directory!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Upload Issue (i have read sticky)’ is closed to new replies.