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?
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
Comment #1
broncomania commentedEdit: 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
Comment #2
fishandfly@gmail.com commentedsame problem!!!
Comment #3
fishandfly@gmail.com commentedI 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.