File manager import
Permalink
I need to import data into a database table.
The data will be a csv file. I have the php code to parse the csv file from a memory (variable) stream.
Can I use the built in file manager to select the file, upload to a variable and then process the data.
If so what do I need to do in the save.php of the controller block.
The data will be a csv file. I have the php code to parse the csv file from a memory (variable) stream.
Can I use the built in file manager to select the file, upload to a variable and then process the data.
If so what do I need to do in the save.php of the controller block.