View Single Post
Old 08-11-2003, 03:41 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
When Uploading an image .. Can you rename with a space?

is it possible to upload a file and name it with a space?
PHP Code:
<?
$name
="Oh No";

copy($file$path "/" $name ".jpg");
?>
it does not like this . the upload gets named ".jpg"
__________________
Mike
sde is offline   Reply With Quote