Howdy,

You should be able to read this file using the file system functions. The
PHP process (if it is set up properly) should have read access to this
directory. The problem you will have is *writing* it to your own directory,
as the PHP process probably *doesn't* have write access to your directory
structure. The way I got around this was to read the tmp file with the file
system, and write it using FTP (which can log in to your area.)

Hope this  helps.

John
>


-- 
PHP General 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]

Reply via email to