On what user account are PHP uploads handled? I tested the upload script from PHP docs and it worked fine only if I gave the world write access to the destination directory (the one I moved the file with move_uploaded_file() function). How should this be done safely? Lasse -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] Upload user account Lasse Laurila
- Re: [PHP] Upload user account Henrik Hansen