I hope this module can delete the text it adds to the body,because many users did't understand the html,they just delete the file they uploaded add submit without remove the associated html tags in the body.this will case an breaded link in the context,it's not very good....
than you if it could be add..

Comments

quicksketch’s picture

This seems unlikely to be added to this module, which is just a helper for inserting images into the body.

weynhamz’s picture

May be it's easy to add a unique html id elments associated with the file id in the files table and every time the node is modified or is submitted,check wether the file still exits in the filesystem or recorded in the file table.If no,just use a dom delete action remove from the body.It's not difficult to do,if this feature can be add,it would be strcit to the content the user create,it very nice.And I think it's not necessary to create a seprate module for filefield_insert to do this.This thing is also a helper for maintaining the content of a node,and be responsible for the this it have done to the content.

quicksketch’s picture

Status: Active » Closed (won't fix)

FileField Insert is a *helper* it's just responsible for inserting HTML. Modifying the user's input is not very Drupaly, and modifying the HTML on output is the responsibility of filters, not a module like FileField Insert.