Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] Problems with PHP upload to symlink From: Fates (phpnews <email protected>)
Date: 07/15/00

I have a php script web form that uploads a single file to the web server which works fine when uploading to normal directory on the web server. When I try to upload to a symlink created in the web directory which links to outside the web directory it doesn't work.

Here is the line I use to copy a file:

exec("cp $sound /home/html/sounds/uploads/$sound_name");

The "uploads" directory is a symlink to: /usr/storage/uploads

I have follow sysmlinks enabled in the browser and I can browse to the symlink with no problem. Why can't I upload to the symlink?

I use the latest Apache with PHP-3.0.16 and Linux

-- 
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>