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

Reply via email to