• 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: https://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 ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter billimebilly

    (@billimebilly)

    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?

    I’m having the same exact problem.

    Did you ever found a way around it?

    Thread Starter billimebilly

    (@billimebilly)

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

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flash uploader returns an attachment ID only, instead of thumbnail’ is closed to new replies.