Im using this code:
window.open("http://localhost/planilla_horas.zip","_blank");
for have a box save as and I can save the file wich I produce in PHP but I have the problem wich the size is 0 bytes when I save it in other directory. The same file have in the directory C://Archivos de Programa/Apache/htdocs the size of 20 kb wich is the real size.
Why? I dont know what`s the problem.