i have problem uploading file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kentorks
Forum Newbie
Posts: 2
Joined: Fri Aug 29, 2008 11:03 am

i have problem uploading file

Post by kentorks »

Warning: move_uploaded_file(/home/murtala/public_html/intranet/uploading files/uploaded_file/upload.txt) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/murtala/public_html/intranet/uploading files/upload2.php on line 21
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: i have problem uploading file

Post by jaoudestudios »

You dont have the right permissions.
Post Reply