Hello, very good plugin but I have a problem with downloads
I tell you:
when downloading a file that generates the URL includes characters like this
“?”
For example, replace “í” by “�” therefore I can not download it.
Link to download.
http://192.168.1.30/intranet3/sig/p-procedimientos/p-operaciones/obras civiles/viña del mar 379/p-o-379-hormigonado con tuber�a tremie.docx
The displayed either on the page, the problem is when trying to download
try modifying the code:
$ url = strtolower ($ url);
$ find = array (‘á’, ‘é’, ‘t’, ‘ó’, ‘ú’, ‘ñ’);
$ repl = array (‘á’, ‘é’, ‘t’, ‘ó’, ‘ú’, ‘ñ’);
etc …
but I only work with some extensions like. “doc” and not “docx”
I request your help
thank you very much,
regards