I am unable to delete any image that has already been uploaded. If I use the "Remove" button, the image seems to be deleted and "node has been updated" message appears. But after the reload my picture is back like it has never been removed. It's impossible to save page after picture removal, I get the "content on this page has either been modified by another user, or you have already submitted modifications using this form" error.
this is my code,at the first time it can work,then resubmit the data can't refresh,the same as before.but if change the method to append,it work fine. so how to fix that in replace method?
I am looking at various types of CMS' and am wondering if Drupal can do the following:
Have 4 main categories and within those 4 categories there are different Types of Post.
For example, categories could be Fruit, Vegetable and Meat and within those categories the Types of Post could be Soup, Baked, Grilled. Types of Post can fall under more than 1 category. So if I posted chicken and mushroom soup in the Soup post type, it will fall under the Meat and Vegetable category.