When I delete a file in a node, that file is not deleted from the server. I always have to delete files manually per ftp :/

Comments

ipto’s picture

After deleting file must be marked as non used (0 value) in BD table=files column=status. Remove unused files by crone

ipto’s picture

But in the current version after removing status = 0 is not fixed

dopry’s picture

0 is not a delete function... field_file_delete is a delete function... The files are not being deleted, and the button says remove not delete... as in remove from the field..

this is in fact by design and a part of the shared files concept and moving file deletion to a secondary interface. I'll probably re think that for D6 as I haven't had time to build that UI and it looks like it will be delayed to D7.

drewish’s picture

Status: Active » Closed (duplicate)

this is really a duplicate of #292151: Files are not deleted when replaced and i'd agree that it's a bug... unreferenced files should be deleted.