Goal: Create a button on my html page that downloads a csv and saves it to a specific folder location. (I know this can be done in browser settings, but I am looking to be able to hard code this somehow into my web page.)
Currently, I am using the datatables plug-in to display and filter data on my html page queried from my MySQL database.
Ultimately I want to be able to skip the "Save As" window that pops up after pressing the download button and have the csv file go directly to the specified folder.