statamic / workshop

Create and edit entries, pages, and globals on the front-end of your site without the control panel.
https://statamic.com/marketplace/addons/workshop
3 stars 2 forks source link

FR: Delete assets #19

Open dannyuk1982 opened 6 years ago

dannyuk1982 commented 6 years ago

It's great now you can upload files - but you can never remove them if you want to i.e. delete an image

bgarrant commented 6 years ago

It would be great to delete files for sure. We need this

bgarrant commented 6 years ago

Jack said we can already unassociated an image with an entry, but it wont actually delete the file. I would LOVE to see an example on how to do this.

mar627 commented 5 years ago

I fiddled for hours with this.. just needs to be something dumb simple like..

On a workshop:entry:edit save event compare the old value of any <input type="file"> with the new value if not equal, delete asset attached to old value