I have a table on my webpage.
I want to add more data by adding an import CSV button with that.
The CSV's I will import would be exactly formatted in the manner the table is.
So, how can I insert an upload button which could save the CSV temporarily and call a PHP code which can then upload the table?