Hi,
do you really see files in the upload dir? According to php doc:
"The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed. "
Marc
luc a écrit :
clean garbage file.
diff -r phpMyAdmin-2.2.3/sql.php phpMyAdmin/sql.php 241a242,244
if (file_exists ($textfile)) { unlink ($textfile); }