Good Day,
I have a little question I need download a file for another hard disk (I´m using xampp server) and the code that i use is the next:
<a href="http://E:/lol/files/<?php echo $misdatos["record"]; ?>" download="<?php echo $misdatos["record"]; ?>"><?php echo $misdatos["record"]; ?></a></t>
But when i make click over the name this redirect to a this url http://e/lol/files/migente.wav
Thank You!