Forums

Flash uploader returns an attachment ID only, instead of thumbnail (5 posts)

  1. billimebilly
    Member
    Posted 1 year ago #

    Hi!
    I'm having an issue with media uploader using Flash Uploader, I've read Otto's post about media uploader problems, but I think it's not covered in there. (cmiiw)

    When uploading an image, it procced without any error message, but when crunching reach 100%, it only gives attachment ID instead of thumbnail and media info.
    Here is the screenshot: http://i56.tinypic.com/dbk49c.jpg

    This only happened in my plesk server, not my localhost.

    Is there anyone facing same problem as me? I hope we can share about it?
    Thanks :)

  2. billimebilly
    Member
    Posted 1 year ago #

    Anyone?
    I have tried :

    1. Remove wp-admin and wp-includes, then uploaded fresh wordpress wp-admin & wp-includes.
    2. Clear browse cache and refresh twice.
    3. Using Flash Player (10.1).
    4. adding mod_security to .htaccess
    5. Using different browsers Chrome, FireFox, IE, and Opera, on both ubuntu and seven OS

    Image upload is working fine and image resizing is also good. After 100% of crunching, it halt for a moment.

    I inspected the element by using FireBug.. it's empty, only Attachment ID no media info elements.

    I think it's related to form response time, found on wp-admin/async-upload.php line 54~ (WP 3.0.4):

    if ( $_REQUEST['short'] ) {
    	// short form response - attachment ID only
    	echo $id;
    } else {
    	// long form response - big chunk o html
    	$type = $_REQUEST['type'];
    	echo apply_filters("async_upload_{$type}", $id);
    }

    Is there a way without modifying core files?

  3. transparencia
    Member
    Posted 1 year ago #

    I'm having the same exact problem.

    Did you ever found a way around it?

  4. billimebilly
    Member
    Posted 1 year ago #

    I have no idea, sorry.
    I ended up by fresh install of wp :(

  5. transparencia
    Member
    Posted 8 months ago #

    I really need to solve this. Anyone else has ideas?

Topic Closed

This topic has been closed to new replies.

About this Topic