Zend certified PHP/Magento developer

How to create new template for file upload on product page in Magento 2.4

I’m creating a module to change the file upload template (file.phtml) on the product page with a custom option like file.
In catalog_product_view.xml I moved as follows:

<move element = "product.info.options" destination = "product.info.media" after = "skip_gallery_after.target" />

and it’s ok.
I tried to add css and js in the respective folders in vendor/modulo/ /view/frontend/css and /js but it didn’t work.
Could you give me an idea of how to create a new file.phtml with css and js?
My goal is to create something like this.
enter image description here