I need to let users pick a CSV or XLS file from their filesystem and press Submit and have PHP open it, look at it, decide if it is valid and then put the data in MySQL.
I am stuck on how the server gets the file they pick from their desktop?
Do I have to upload the file they pick to a temp directory?
Can I just take a copy and check it in memory?
Advice would be appreciated!