Help with deleting an uploaded file

Hey there,

I’ve got a page where people can post pictures and users can view these pictures, the pictures are uploaded via multiuploader plugin.

I’ve got an edit pop up where the creater can remove and update their pictures via a workflow as such:


How would i go about deleting the list of updated files that the user just removed from the multi file uploader?

Thanks in advance,
Latif

Just Update the images field whenever this fileuploader’s value is changed.

Check out my tutorials

When remove file is pressed → make changes to user = clinics clinic images = (blank).
that will make the clinics clinic image field in DB empty.

no issue removing it from the database, the issue is removing it from the file manager.