Damien MATHIEU
Damien MATHIEU
> Hmm or is that only in the mediafinder and not in form widget? Might need to extend it. Need to test it first. @AIC-BV It's only related to the...
@LukeTowers Yes, that would be perfect, but I'm not sure how to get started with that change.
@LukeTowers @bennothommo Isn't using a library to generate an SVG image (a simple string of characters) a bit over-dimmed? What's needed is just displaying the image where it's needed, wouldn't...
@LukeTowers Yes, of course. But I still don't know the best way to share a partial representing the [structure of the SVG](https://github.com/damsfx/winter/blob/048b37a8e7fd64e6b5af0fc42c249b62f87f0079/modules/backend/widgets/mediamanager/partials/_item-icon.php#L8-L17) icon and the [associated stylesheet](https://github.com/damsfx/winter/blob/048b37a8e7fd64e6b5af0fc42c249b62f87f0079/modules/backend/widgets/mediamanager/assets/less/mediamanager.less#L66-L140) between the mediamanager...
@LukeTowers [WinterCMS_Mediamanager_Duplicate.webm](https://github.com/user-attachments/assets/35b14224-28fb-414d-a631-cdb281e23803) **New button :**  **Popup to give new name (with suggested one) :**  Popup for multiple selected files or folders :  **Automatically generated names :** "_x"...
@LukeTowers the golden question! I don't remember to have make that test. It use storage facade copy method witch is just a return of the PHP native one. The php...
@LukeTowers I can confirm that a file with the same name is overwritten. What solution do you plan to use to solve this problem? An alert informing the user/requesting his...
@LukeTowers At this time, both upload and rename actions simply replace an existing file, no errors, no warnings.
It's hard to say ... Allowing an existing file to be overwritten (without warning) can be an advantage, but it can also be a risk. Having a warning before any...
@LukeTowers , @mjauvin , @bennothommo Would you prefer this PR to include the changes so that the existing files are no longer overwritten by the uploaded/renamed/duplicated files, or would you...