Closed (duplicate)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2008 at 13:07 UTC
Updated:
31 Oct 2008 at 22:40 UTC
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
Comment #1
ipto commentedAfter deleting file must be marked as non used (0 value) in BD table=files column=status. Remove unused files by crone
Comment #2
ipto commentedBut in the current version after removing status = 0 is not fixed
Comment #3
dopry commented0 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.
Comment #4
drewish commentedthis 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.