|
I'm writing a persistence API implementation, currently just an in memory prototype, and have observed that attachments to forms are PUT to the store but they are never DELETEed.
For example, if I have a file attachment control on a form and attach a file it is written to the store but if I click on the delete button it isn't deleted from the store. I can then attach and delete a number of times and the number of attachments in the store increases.
I would have expected a DELETE call to the persistence API when I clicked on the delete attachment button (the red X).
thanks
brian...
|