[PHP-DB] move_uploaded_file

2004-04-24 Thread matthew perry
I have a file uploading function that works well on my local server. It finds a picture and uploads it into a defined directory. Unfortunately this function does not work when I try to upload to my web host. It says I do not have the proper permissions. I believe this has to do with the fact

Re: [PHP-DB] move_uploaded_file

2004-04-24 Thread Rachel Rodriguez
--- matthew perry [EMAIL PROTECTED] wrote: I have a file uploading function that works well on my local server. It finds a picture and uploads it into a defined directory. Matthew, if you are the confident that your function works correctly, your next check should be on what permissions you

Re: [PHP-DB] move_uploaded_file

2004-04-24 Thread Marcjon Louwersheimer
Windows works a bit different. You have to define which folders and files get access to the internet. After that you can specify the web permissions using the iis snap in. This is of course if you're using iis. I'm not sure for apache or other servers handle it. -- Marcjon -- PHP Database