hi list,
sorry, but we cant manage
a Load Data Infile
cause we always get:
Can't get stat of '/tmp/phpNNAQSM' (Errcode: 2)
OUR Code is working fine in different project where safe_mode = OFF
=============================
heres the line where we try to move the file to a webfolder in our directory
move_uploaded_file ($textfile, "/home/sites/site2/web/Tango/tmp/mySql.txt");
chmod("/home/sites/site2/web/Hafele/tmp/mySql.txt", 0644);
=============================
any ideas for us ?
is there a way that we can set the upload_tmp_dir path in a .htaccess file ?
thank you
andreas