How to modify a CRXDE file from the IDE code?
Hello, what happens is that I want to change the logic of a file called fileupload.js that this file is used in the AEM DAM when the user uploads an asset to the platform.
The problem is that I don't know how to modify or add that code in the repository where I have my project, I have investigated and they tell me that the path in CRXDE is in:
/libs/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js
And it is there, but in my code in the IDE doesn't come, where should I add the fileupload.js code in my repository to be able to modify that method without using CRXDE?
I try to create a libs folder in the root with the same path but doesn't work.
Here is the file in CRXDE but I want to modify in my repository code that don't have it:

Here are my folders of the repository code:


