php-general | 2005051
Date: 05/06/05
- Next message: Bosky, Dave: "[PHP] need class to send email w/attachments"
- Previous message: Rob Kudyba: "[PHP] php-snmp-4.3.11-2.5 for RH8?"
- In reply to: Jon Aston: "[PHP] php.ini uploads"
- Next in thread: Jon Aston: "[PHP] Re: php.ini uploads"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/6/05, Jon Aston <jonraston <email protected>> wrote:
> 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
check for the writing access for the web server user
> c:\upload\
> "c:\upload"
> "c:\upload\"
> c:/upload
> c:/upload/
> "c:/upload"
> "c:/upload/"
> ../upload
> ..\upload
>
> what am I doing wrong?
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
-- bala> balachandar muruganantham blog> lynx http://chandar.blogspot.com web> http://www.chennaishopping.com-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Bosky, Dave: "[PHP] need class to send email w/attachments"
- Previous message: Rob Kudyba: "[PHP] php-snmp-4.3.11-2.5 for RH8?"
- In reply to: Jon Aston: "[PHP] php.ini uploads"
- Next in thread: Jon Aston: "[PHP] Re: php.ini uploads"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

