Using MySQL/php.
All I need to do is to allow a user to insert records into a MySQL table from a .csv file on his/her local computer...
Sounds simple..
Hmmm...
I have looked into DATA LOAD LOCAL INFILE, but aparently, this only works from the server in which the code/data resides.
Do I have to upload a the file first?
Anyone done this before?