Posted by Jon Aston on 09/27/72 11:15
It was as I suspected. Operator error.
upload_tmp_dir = "folder"
notice the space after the =
as soon as I noticed and removed the space
several of the variations that I had tried worked fine...
Thanks for the suggestions.
"Jon Aston" <jonraston@hotmail.com> wrote in message
news:20050506135042.42171.qmail@lists.php.net...
> this has got to be something easy but I was uploading to a folder on a
> windows PC
> c:\upload
> but I updated php and forgot to backup my ini file.
>
> I have tried with quotes without quotes as well as a relational address to
> the folder in my ini file and I cannot get any uploads into the folder.
>
> this is what I have tried
>
> c:\upload
> c:\upload\
> "c:\upload"
> "c:\upload\"
> c:/upload
> c:/upload/
> "c:/upload"
> "c:/upload/"
> ../upload
> ..\upload
>
> what am I doing wrong?
[Back to original message]
|