You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclosure: This maybe already exists, but I haven't been able to find it in the V3 docs.
I very rarely have a need for media management plugins. It is reasonable to think that I'm not the only one. It would be nice to have a method on FileUpload that deletes a file when it is removed by hitting remove. For example FileUpload::make('image')->deleteOnRemove(true). This would IMO be huge in terms of media management.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Disclosure: This maybe already exists, but I haven't been able to find it in the V3 docs.
I very rarely have a need for media management plugins. It is reasonable to think that I'm not the only one. It would be nice to have a method on
FileUpload
that deletes a file when it is removed by hitting remove. For exampleFileUpload::make('image')->deleteOnRemove(true)
. This would IMO be huge in terms of media management.Beta Was this translation helpful? Give feedback.
All reactions