How to download a file from a local computer and move it to a specific Joomla 3.6 directory (download from config.xml)

I want to download and transfer a file from my desktop to the joomla components directory. for example: the xml file must delete the services of a specific API in the joomla component, so the administrator can download this xml from the configuration of the component and move it to the services directory inside this component when the administrator saves the configuration of the component. Is this possible in config.xml?

enter image description here

+4
source share
1 answer

, ajax, , ajax . JFile:: copy JFile:: move.

+3

Source: https://habr.com/ru/post/1662929/


All Articles