Ambush Commander wrote:Are you talking about the filename or the actual file?
Huh?
The file name...
For instance, if I upload a file called:
Alex's Text Document.txt
What I get back when I check
$_FILES['upload_file']['name'] is
s Text Document.txt...
Make sense now???
The file uploads fine...it's contents, etc...
It's the filename...before any of my code even acts on it....it's stripped of characters preceeding and including the slash...
Just curious if this is a *nix thing, apache or php or possibly my script inadvertently changing it...although I don't know how...cuz like I said...my code ain't doing anything before I echo the contents of
$_FILES
Any ideas??? Not a major issue....but it's buggin' me I don't know whjats going on
Cheers
