Grat idea!
I have tryed once more but I get the same error :-(
So now I am trying to find the way to load the file from cliet machine using the command:
LOAD DATA LOCAL INFILE ...
the problem I have now is that I don't know how to get the local path of the file: I have a <input type="file" name="file"> box where user selects the file, but I don't know how to copy the path... I should be better if it could be variable or I must set a fixed path like c:\file.txt ...
The variable $file will return the path on server Unix :-(
Could you give me some more help ?
thank you