After I've uploaded an image I usually see 3 images in the node/##/edit URL
In the attachments section there are:
1) THUMBNAIL eg image.thumbnail.jpg
2) PREVIEW eg image.preview.jpg
3) ORIGINAL eg image.jpg

This section gives me the option to either list or delete these files.
When I select the "delete" checkbox and then hit "submit" at the bottom of the page, the chosen file disappears from the "Attachments" box, but it does NOT get deleted from the directory.

It would be nice to either have the DELETE checkbox work correctly or to remove the DELETE option (since it appears to be broken).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dtan’s picture

FileSize
979 bytes

Actually a patch to the upload.module. The filepath was not being recognized. This was also the case when the entire node was being deleted.

dtan’s picture

html in patch again :(

dtan’s picture

FileSize
979 bytes

what the?

mfb’s picture

+1

drumm’s picture

Project: Image » Drupal core
Version: 4.6.x-1.x-dev » 4.6.0
Component: image.module » upload.module

Setting the correct project/component.

Hosting Geek’s picture

+1

magico’s picture

Can someone still reproduce this problem? I couldn't.

magico’s picture

Version: 4.6.0 » 4.6.9
Status: Needs review » Closed (fixed)