FileUpload
First of all, thank you for the awesome job you've done with this framework.
I have a form with a FileUpload control, I would like to delete the stored file once it is deleted from this control,
What can I do to resolve this?
I have a form with a FileUpload control, I would like to delete the stored file once it is deleted from this control,
What can I do to resolve this?
Solution
Might be better in an observer though in case you need to reuse it. Let the model delete its files instead of the form.