I have an excel file that stays on a server, for example:
\192.168.0.1\arquivos\teste.csv
And I have an Apache server on another server, for example:
\192.168.0.2\www\index.php
I want the apache server to put a button to open the file server csv.
How could I do this in php.
I have tried things like: Run external application with JavaScript
More unsuccessful.