----- Original Message -----
From: <[EMAIL PROTECTED]>
To: PHP DataBase-List <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 5:45 AM
Subject: [PHP-DB] using is_uploaded_file($userfile1)??
> Can someone tell me why this works in PHP4.0.3pl1 on one server and not in
PHP4.0.6 on a different server?
>
> I am using is_uploaded_file($userfile1)
>
> LOAD DATA LOCAL INFILE '/var/tmp//phpAP3729' INTO TABLE spcdata FIELDS
TERMINATED BY ',' OPTIONALLY ENCLOSED BY '\"'
> ESCAPED BY '\\'
(id,username,fname,mname,lname,suffix,title,org,address,city,state,zip,phone
,fax,email,specialty)
Have you checked whether the file is actually uploaded? Could it be that the
directory for uploaded files is different between the two servers?
HTH
--
Jason Wong
Gremlins Associates
www.gremlins.com.hk
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]