Thread
:
When Uploading an image .. Can you rename with a space?
View Single Post
08-11-2003, 03:41 PM
#
1
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,529
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
View Public Profile
Visit sde's homepage!
Find More Posts by sde