• hey guys,

    i’ve searched all over the net & found many solutions for flash uploader prob but none of them worked for me almsot tried all all solution found solution, but no luck so finally i thought to post my prob here

    i am using wordpress 2.8.4

    my ROOT .htaccess configuration
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    RewriteCond %{HTTP_HOST} ^abcd.net$ [OR]
    RewriteCond %{HTTP_HOST} ^www.abcd.com$

    my WP-ADMIN .htaccess configuration
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

    Using following Custom Structure:
    [/%year%/%category%/%postname%.htm ]

    My Miscellaneous Settings
    Store uploads in this folder is: wp-content/uploads
    Full URL path to files is: http://abc.com/wp-content/uploads

    kindly please help, my site requires a large number of image upload which is a hectic by uploading one by one with normal uploader

    any comment/help would be deeply appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You didn’t say that your problem actually is

    Thread Starter amir

    (@sanwal)

    its the subject of my post/topic anyways here it goes

    i cant use flash up-loader for multiple image uploads, it doesn’t appear at all but Normal Upload browser working fine.

    view a snap shot here:
    http://img708.imageshack.us/img708/3862/flashuploadprob.jpg

    i’ve another website where i am using wordpres there i flash uploader working fine so there is no problem with my Adobe flash player at, its updated

    even i tired adding ” SecFilterScanPOST Off ” in .htacess file but its giving an internal server error 500 after updating

    Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter amir

    (@sanwal)

    ok back with a try of all the instructions you’ve given above but seems none of em worked out for, bro i believe I’ve something wrong with my .htaccess file but have no clue wot to do with it, if i add even a word in it n update it on server its start giving me internal server 500 error

    anything else there which i can try?

    want to add more info that my wordpress is installed in public_html (root directory)

    Thread Starter amir

    (@sanwal)

    its 4 days now, comon guys, help out please

    Thread Starter amir

    (@sanwal)

    lols// its 1 month now and no response and no help :p

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Flash Uploader Problem for 2.8.4’ is closed to new replies.