I'm using form with uploadField. I have form where I can upload images to web directory and store the name of picture to database. Is there any possibility to have something like delete button which delete image from disk a value of image from database. Now I can only upload a new image, but I have no possibility to delete it.
I want to know, if FormHandler has functionality for this or do I have to do it by myself ?