But as you can see too : upload_tmp_dir has no value, so I'm guessing this
won't work. I'm still getting errors with PHP, no problem in CGI though.

BC
----- Original Message -----
From: "James Holloway" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 2:47 PM
Subject: Re: [PHP] Image Upload??


> From phpinfo() on f2s.com
>
> upload_max_filesize 2M
>
> So, something like,
>
> @copy($file, "/path/to" . $file_name)
>     or die ("Blam, something's up!");
>
> should work - haven't got time to try it at the moment.
>
> James.
>
>
> > What am I doing wrong here?
> > Is there a way to get around the temporary folder?
> >
> > Tnx
> >
> > Brave Cobra
> >
> >
>
>
>
> --
> 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]
>
>


-- 
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