Drag n drop with image resize doesnt copy images to sever, it just points at the original image and displays it at full size after saving the page, am using ckeditor and IMCE.Anybody else had this issue?
Stephen :)

Comments

bealdav’s picture

Title: Drag n drop with image resize doesnt copy images to sever » Drag n drop with image resize doesnt copy images to server

It's the same behavior for me in a story content type with FCK Editor module.
Browser's local file system path is copied in text area instead of attachment path and there is no attachment process

feedbackloop’s picture

Yes, same for me here, with latest version of CKEditor.

kostask’s picture

I have experienced the exact same behaviour when trying to add the DnDU module to an existing site. The result was that it was adding a local path to the file, it was not uploading anything and it was ignoring the Output style.

I tried setting up a fresh drupal6.17 installation using the exact same modules as my live site and the DnDU was working as expected. After playing around a bit I found the guilty part: Locale module.

As soon as I change the site's default language to Greek the DnDU stops working!

Do people that face the same problem have any other language set as default but English?