Dear all,
I need to identify the full path of a csv file I have to upload to mySQL database.
User can choose using a ‘Document file field’ a file in his own PC disk .
I have to store in addition to the name that’s quite easy to identify also the full path of it.
I have to use the full path later in order to insert a CSV file of data into the DB.
Something like that:
load data local infile ‘[glo_path_and_file]’
INTO TABLE XYZ
I’m stucked and please help me soon !!
Bye
Giovannino