I can upload images with the swfupload module without problems, but if I try to edit them I just see an greyed out upload bar and no images. Is there a solution for this problem?

Comments

broncomania’s picture

Edit: I get the following error in firebug.

TypeError: Drupal.tableDrag[ref.wrapper_id] is undefined
[Bei diesem Fehler anhalten]

Drupal.tableDrag[ref.wrapper_id].makeDraggable(this);

swfupl...?mcd3z9 (Zeile 430)

uncaught exception: Could not find the placeholder element: field_image[und]-swfwrapper

uncaught exception: Could not find the placeholder element: field_image[und]-swfwrapper

fishandfly@gmail.com’s picture

same problem!!!

fishandfly@gmail.com’s picture

Status: Active » Needs review

I have solved this by remove table drag function.

modules/swfupload/js/swfupload_widget.js line 421
case 'drag_enable':
add 'break;'to this, just like:
case 'drag_enable':break;

It means don't start the drag_enable.