I want to display a notification when an uploaded document has a duplicate name. Is there a way to implement this?
Thx
I think the fastest method would be to put the unique index on the name attribute in the FileStorage entity.
I want to display a notification when an uploaded document has a duplicate name. Is there a way to implement this?
Thx
I think the fastest method would be to put the unique index on the name attribute in the FileStorage entity.