I have a simple link
<html>
<head>
</head>
<body>
<a href="uploads/small1.mp4">small1.mp4</a>
</body>
</html>
When I right click on safari and get the "Download Linked File" it saves a html file small1.mp4.html?
Can someone explain this to me and how to make it so I can have people download it directly?
Thanks
<html>
<head>
</head>
<body>
<a href="uploads/small1.mp4">small1.mp4</a>
</body>
</html>
When I right click on safari and get the "Download Linked File" it saves a html file small1.mp4.html?
Can someone explain this to me and how to make it so I can have people download it directly?
Thanks