|
|
 |
php upload problem
date posted 28th June 2002 15:37
on uploading an image using the following script, I get:-
Warning: Unable to open 'C:\Web\Bolton_Arena_Local\468x60banner3.gif' for
reading: No such file or directory in
/usr/home/visitbolton/admin/visit-bolton/accomm/insert2.php on line 30
any ideas?
the copy script is:-
$dir=str_replace(" ","", $name);
copy ($photo, "$dir/1") or die("The file you are trying to upload
couldn't be copied to the server as it already exists click here to return to menu and try
again");
tia!
Robin Garbutt
Portfolio Art & Design Ltd
Tel - +44 (0) 1204 383822
Fax - +44 (0) 1204 383866
Mob - +44 (0) 7811 185490
e-mail - [EMAIL REMOVED]
For further information please visit us at :-
www.portfoliodesign.net
The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If you
are not the addressee of this e-mail you may not copy, forward, disclose or
otherwise use it or any part of it in any form whatsoever. If you have
received this e-mail in error please e-mail the sender.
|
 |
|