RE: [PHP] problem on file upload From: mike (mike263263 <email protected>)
Date: 12/28/00

I tried the single "/" before, but it didn't work.

Thank you for your response.

mike

--- Blaster <blaster <email protected>> wrote:
> Why do you double the "/"? only back slashes "\"
> must be doubled, not
> forward slashes...
>
> -----Original Message-----
> From: mike [mailto:mike263263 <email protected>]
> Sent: Thursday, December 28, 2000 15:24
> To: php-general <email protected>
> Subject: [PHP] problem on file upload
>
>
> Hi,
>
> I can upload files from local machine to the unix
> server under the current directory, but at the same
> time I want to create a new folder under the current
> directory and save the file into that folder. I just
> change the fopen($userfile_name[$i], "w" ) to
> fopen("upload//".$userfile_name[$i], "w" ). This
> does
> not work and I checked the file and directiory
> permission. But still I don't know why this does not
> work.
>
> Could anybody help me?
>
> Thank you very much.
>
> Mike
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos - Share your holiday photos online!
> http://photos.yahoo.com/
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> php-general-unsubscribe <email protected>
> For additional commands, e-mail:
> php-general-help <email protected>
> To contact the list administrators, e-mail:
> php-list-admin <email protected>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> php-general-unsubscribe <email protected>
> For additional commands, e-mail:
> php-general-help <email protected>
> To contact the list administrators, e-mail:
> php-list-admin <email protected>
>
> .
> ministrators, e-mail: php-list-admin <email protected>
>
> .
>

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>